diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2011-10-26 04:29:27 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2011-11-24 08:01:37 (GMT) |
commit | ae744b4118d7b3399c646212d8ae8f07e44a0c4e (patch) | |
tree | d1a148509e9f7c492c821c1523bbb778af32cdb1 /arch | |
parent | 96488746bbfb3e25a9c451e198c4d7c4b2e0731f (diff) | |
download | linux-fsl-qoriq-ae744b4118d7b3399c646212d8ae8f07e44a0c4e.tar.xz |
powerpc/85xx: Add RTC to P1010RDB device tree
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-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 149d196..3aa2b82 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>; |