diff mbox

[RFC,12/30] powerpc/85xx: Add RTC to P1010RDB device tree

Message ID 1320941653-29797-13-git-send-email-galak@kernel.crashing.org (mailing list archive)
State Accepted, archived
Commit ae744b4118d7b3399c646212d8ae8f07e44a0c4e
Headers show

Commit Message

Kumar Gala Nov. 10, 2011, 4:13 p.m. UTC
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
---
 arch/powerpc/boot/dts/p1010rdb.dtsi |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
diff mbox

Patch

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>;