aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJerry Huang <Chang-Ming.Huang@freescale.com>2012-04-16 21:42:35 -0400
committerKumar Gala <galak@kernel.crashing.org>2012-07-10 08:07:19 -0400
commit4a35243319a23dc36667ff7330fceac6c824ab15 (patch)
tree3e4f34fa338b77ec25601369728ab0003e727e0b /arch
parent5a9e0d2e7a0319fdabdc345e8969ba550f3878d7 (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')
-rw-r--r--arch/powerpc/boot/dts/p1022ds.dtsi4
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 @@
161 * the clock is enabled. 161 * the clock is enabled.
162 */ 162 */
163 }; 163 };
164 rtc@68 {
165 compatible = "dallas,ds1339";
166 reg = <0x68>;
167 };
164 }; 168 };
165 169
166 spi@7000 { 170 spi@7000 {