Browse Source

powerpc/p1022ds: Add RTC support

Add the RTC support into the p1022ds device tree

Signed-off-by: Jerry Huang <Chang-Ming.Huang@freescale.com>
Acked-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Jerry Huang 13 years ago
parent
commit
4a35243319
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/powerpc/boot/dts/p1022ds.dtsi

+ 4 - 0
arch/powerpc/boot/dts/p1022ds.dtsi

@@ -161,6 +161,10 @@
 			 * the clock is enabled.
 			 */
 		};
+		rtc@68 {
+			compatible = "dallas,ds1339";
+			reg = <0x68>;
+		};
 	};
 
 	spi@7000 {