Skip to content

Commit

Permalink
ARM: dts: mxs: enable rtc for imx23 and imx28
Browse files Browse the repository at this point in the history
Enable rtc for imx23 and imx28.

Signed-off-by: Shawn Guo <[email protected]>
  • Loading branch information
shawnguo2 committed Jul 3, 2012
1 parent a600e33 commit f98c990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion arch/arm/boot/dts/imx23.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,9 @@
};

rtc@8005c000 {
compatible = "fsl,imx23-rtc", "fsl,stmp3xxx-rtc";
reg = <0x8005c000 2000>;
status = "disabled";
interrupts = <22>;
};

pwm@80064000 {
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/imx28.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -503,9 +503,9 @@
};

rtc@80056000 {
compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc";
reg = <0x80056000 2000>;
interrupts = <28 29>;
status = "disabled";
interrupts = <29>;
};

i2c0: i2c@80058000 {
Expand Down

0 comments on commit f98c990

Please sign in to comment.