diff options
author | Barry Song <Baohua.Song@csr.com> | 2011-09-05 01:15:16 -0400 |
---|---|---|
committer | Barry Song <21cnbao@gmail.com> | 2011-09-10 21:13:32 -0400 |
commit | 073adf4fa7f91a91f64a88af278a5d2b075c1e83 (patch) | |
tree | baf8c8da8538c5f993b1c5f8bf4c454be1d1b70d /arch/arm/boot/dts/prima2-cb.dts | |
parent | 6a53747be5f02ba7b37ff5131330363270782dc3 (diff) |
ARM: CSR: add lost Resource Sharing Control(RSC) node in dts
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Diffstat (limited to 'arch/arm/boot/dts/prima2-cb.dts')
-rw-r--r-- | arch/arm/boot/dts/prima2-cb.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts index 6fecc88065b2..a0a423d1d573 100644 --- a/arch/arm/boot/dts/prima2-cb.dts +++ b/arch/arm/boot/dts/prima2-cb.dts | |||
@@ -67,6 +67,11 @@ | |||
67 | compatible = "sirf,prima2-rstc"; | 67 | compatible = "sirf,prima2-rstc"; |
68 | reg = <0x88010000 0x1000>; | 68 | reg = <0x88010000 0x1000>; |
69 | }; | 69 | }; |
70 | |||
71 | rsc-controller@88020000 { | ||
72 | compatible = "sirf,prima2-rsc"; | ||
73 | reg = <0x88020000 0x1000>; | ||
74 | }; | ||
70 | }; | 75 | }; |
71 | 76 | ||
72 | mem-iobg { | 77 | mem-iobg { |