powerpc/p1022ds: Add RTC support
authorJerry Huang <Chang-Ming.Huang@freescale.com>
Tue, 17 Apr 2012 01:42:35 +0000 (09:42 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 10 Jul 2012 12:07:19 +0000 (07:07 -0500)
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>
arch/powerpc/boot/dts/p1022ds.dtsi

index 7cdb505..28c3637 100644 (file)
                         * the clock is enabled.
                         */
                };
+               rtc@68 {
+                       compatible = "dallas,ds1339";
+                       reg = <0x68>;
+               };
        };
 
        spi@7000 {