diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 02:51:45 +0200 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-03 03:31:50 +0200 |
commit | eeca6e604032af8336baafef84144dd47f5a0f99 (patch) | |
tree | cff564b1bf3de3ead8186fac9dec332a0cf3a170 /arch/arm/boot/dts/imx23.dtsi | |
parent | gpio/mxs: adopt irq_domain support for mxs gpio driver (diff) | |
download | linux-eeca6e604032af8336baafef84144dd47f5a0f99.tar.xz linux-eeca6e604032af8336baafef84144dd47f5a0f99.zip |
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/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 e6138310e5ce..573066bc4c51 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -389,8 +389,9 @@ }; timrot@80068000 { + compatible = "fsl,imx23-timrot", "fsl,timrot"; reg = <0x80068000 0x2000>; - status = "disabled"; + interrupts = <28 29 30 31>; }; auart0: serial@8006c000 { |