diff options
author | Zhiwu Song <zhiwu.song@csr.com> | 2011-08-30 22:20:34 -0400 |
---|---|---|
committer | Barry Song <21cnbao@gmail.com> | 2011-09-10 21:17:53 -0400 |
commit | 684f741446f7a3108b4c167faf20214c42b7eeac (patch) | |
tree | 7d6b2d4919640170f61aaaf5460e9b2a6dbb24cd /arch/arm/boot | |
parent | 858ba703e842f4ece6680b45862ee9e6e6297d1e (diff) |
ARM: CSR: add rtc i/o bridge interface for SiRFprimaII
The module is a bridge between the RTC clock domain and the CPU interface
clock domain. ARM access the register of SYSRTC, GPSRTC and PWRC through
this module.
Signed-off-by: Zhiwu Song <zhiwu.song@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/prima2-cb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/prima2-cb.dts b/arch/arm/boot/dts/prima2-cb.dts index af86931bdcc6..17b6737c4ee5 100644 --- a/arch/arm/boot/dts/prima2-cb.dts +++ b/arch/arm/boot/dts/prima2-cb.dts | |||
@@ -363,7 +363,7 @@ | |||
363 | }; | 363 | }; |
364 | 364 | ||
365 | rtc-iobg { | 365 | rtc-iobg { |
366 | compatible = "sirf,prima2-rtciobg", "simple-bus"; | 366 | compatible = "sirf,prima2-rtciobg", "sirf-prima2-rtciobg-bus"; |
367 | #address-cells = <1>; | 367 | #address-cells = <1>; |
368 | #size-cells = <1>; | 368 | #size-cells = <1>; |
369 | reg = <0x80030000 0x10000>; | 369 | reg = <0x80030000 0x10000>; |