diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-06-28 11:45:05 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-07-03 13:25:42 +0800 |
commit | f98c990c18fb6df88bfd8f3131215604a87d26b1 (patch) | |
tree | 6be9970e924d537ddd6185769a3066784430376c /arch/arm/boot/dts/imx23.dtsi | |
parent | a600e3335bad7d666eaebd2b18abd1bb7585a28a (diff) | |
download | op-kernel-dev-f98c990c18fb6df88bfd8f3131215604a87d26b1.zip op-kernel-dev-f98c990c18fb6df88bfd8f3131215604a87d26b1.tar.gz |
ARM: dts: mxs: enable rtc for imx23 and imx28
Enable rtc for imx23 and imx28.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index e78c1f4..a94ba1d 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -289,8 +289,9 @@ }; rtc@8005c000 { + compatible = "fsl,imx23-rtc", "fsl,stmp3xxx-rtc"; reg = <0x8005c000 2000>; - status = "disabled"; + interrupts = <22>; }; pwm@80064000 { |