diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-10-25 23:29:27 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 02:01:37 -0600 |
commit | ae744b4118d7b3399c646212d8ae8f07e44a0c4e (patch) | |
tree | d1a148509e9f7c492c821c1523bbb778af32cdb1 /arch/powerpc/boot | |
parent | 96488746bbfb3e25a9c451e198c4d7c4b2e0731f (diff) | |
download | blackbird-obmc-linux-ae744b4118d7b3399c646212d8ae8f07e44a0c4e.tar.gz blackbird-obmc-linux-ae744b4118d7b3399c646212d8ae8f07e44a0c4e.zip |
powerpc/85xx: Add RTC to P1010RDB device tree
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/p1010rdb.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi index 149d196b242a..3aa2b823fb00 100644 --- a/arch/powerpc/boot/dts/p1010rdb.dtsi +++ b/arch/powerpc/boot/dts/p1010rdb.dtsi @@ -125,6 +125,13 @@ }; &board_soc { + i2c@3000 { + rtc@68 { + compatible = "pericom,pt7c4338"; + reg = <0x68>; + }; + }; + spi@7000 { flash@0 { #address-cells = <1>; |