Browse Source

powerpc/85xx: Add RTC to P1010RDB device tree

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Kumar Gala 13 years ago
parent
commit
ae744b4118
1 changed files with 7 additions and 0 deletions
  1. 7 0
      arch/powerpc/boot/dts/p1010rdb.dtsi

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