diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-10-26 06:29:27 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 09:01:37 +0100 |
commit | ae744b4118d7b3399c646212d8ae8f07e44a0c4e (patch) | |
tree | d1a148509e9f7c492c821c1523bbb778af32cdb1 /arch/powerpc/boot | |
parent | powerpc/85xx: Rework P1010RDB and P1010 device tree (diff) | |
download | linux-ae744b4118d7b3399c646212d8ae8f07e44a0c4e.tar.xz 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>; |