ARM: dts: mxs: enable rtc for imx23 and imx28
authorShawn Guo <shawn.guo@linaro.org>
Thu, 28 Jun 2012 03:45:05 +0000 (11:45 +0800)
committerShawn Guo <shawn.guo@linaro.org>
Tue, 3 Jul 2012 05:25:42 +0000 (13:25 +0800)
Enable rtc for imx23 and imx28.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/imx23.dtsi
arch/arm/boot/dts/imx28.dtsi

index e78c1f4c2837ec843ac91c840506230b0e279cdd..a94ba1d48c0e7bfc71c2355998b9b7294782dff7 100644 (file)
                        };
 
                        rtc@8005c000 {
+                               compatible = "fsl,imx23-rtc", "fsl,stmp3xxx-rtc";
                                reg = <0x8005c000 2000>;
-                               status = "disabled";
+                               interrupts = <22>;
                        };
 
                        pwm@80064000 {
index 42d607825512343bff55ababf741a41a01d9215e..669c1d02b0aa8ece94fadfb23282c84156feb52a 100644 (file)
                        };
 
                        rtc@80056000 {
+                               compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
                                reg = <0x80056000 2000>;
-                               interrupts = <28 29>;
-                               status = "disabled";
+                               interrupts = <29>;
                        };
 
                        i2c0: i2c@80058000 {
This page took 0.048508 seconds and 5 git commands to generate.