diff options
author | Jerry Huang | 2012-04-17 09:42:35 +0800 |
---|---|---|
committer | Kumar Gala | 2012-07-10 07:07:19 -0500 |
commit | 4a35243319a23dc36667ff7330fceac6c824ab15 (patch) | |
tree | 3e4f34fa338b77ec25601369728ab0003e727e0b /arch/powerpc | |
parent | 5a9e0d2e7a0319fdabdc345e8969ba550f3878d7 (diff) |
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>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/boot/dts/p1022ds.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/p1022ds.dtsi b/arch/powerpc/boot/dts/p1022ds.dtsi index 7cdb505036bb..28c36377f9b9 100644 --- a/arch/powerpc/boot/dts/p1022ds.dtsi +++ b/arch/powerpc/boot/dts/p1022ds.dtsi @@ -161,6 +161,10 @@ * the clock is enabled. */ }; + rtc@68 { + compatible = "dallas,ds1339"; + reg = <0x68>; + }; }; spi@7000 { |