[RFC][PATCH 12/30] powerpc/85xx: Add RTC to P1010RDB device tree
Kumar Gala
galak at kernel.crashing.org
Fri Nov 11 03:13:55 EST 2011
Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
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 at 3000 {
+ rtc at 68 {
+ compatible = "pericom,pt7c4338";
+ reg = <0x68>;
+ };
+ };
+
spi at 7000 {
flash at 0 {
#address-cells = <1>;
--
1.7.3.4
More information about the Linuxppc-dev
mailing list