diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-19 20:51:45 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-02 21:31:50 -0400 |
commit | eeca6e604032af8336baafef84144dd47f5a0f99 (patch) | |
tree | cff564b1bf3de3ead8186fac9dec332a0cf3a170 /arch/arm/boot/dts/imx28.dtsi | |
parent | 0b76c5412146c1c9e8aef495d2926f31351bc3c0 (diff) |
ARM: mxs: retrieve timer irq from device tree
Rather than using the static timer irq definition, we should retrieve
timer irq from device tree for better.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 3fa6d190fab4..183fc65faa56 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -683,8 +683,9 @@ | |||
683 | }; | 683 | }; |
684 | 684 | ||
685 | timrot@80068000 { | 685 | timrot@80068000 { |
686 | compatible = "fsl,imx28-timrot", "fsl,timrot"; | ||
686 | reg = <0x80068000 0x2000>; | 687 | reg = <0x80068000 0x2000>; |
687 | status = "disabled"; | 688 | interrupts = <48 49 50 51>; |
688 | }; | 689 | }; |
689 | 690 | ||
690 | auart0: serial@8006a000 { | 691 | auart0: serial@8006a000 { |