diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 09:34:56 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-02 21:32:02 -0400 |
commit | 83a84efcefe8d7935883ab9d8e45c689d5760ddf (patch) | |
tree | 907b33e4590d1d0e6b24cd9f7e81dfe7185e3bf8 /arch/arm/boot/dts/imx28.dtsi | |
parent | 4e0a1b8c070fe204a406521496f01cf02c74e933 (diff) |
ARM: mxs: adopt irq_domain support for icoll driver
Remove irq_domain_add_legacy call from mach-mxs.c and have icoll adopt
irq_domain support in the driver.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 183fc65faa56..99f7d7a8ba28 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -50,7 +50,7 @@ | |||
50 | ranges; | 50 | ranges; |
51 | 51 | ||
52 | icoll: interrupt-controller@80000000 { | 52 | icoll: interrupt-controller@80000000 { |
53 | compatible = "fsl,imx28-icoll", "fsl,mxs-icoll"; | 53 | compatible = "fsl,imx28-icoll", "fsl,icoll"; |
54 | interrupt-controller; | 54 | interrupt-controller; |
55 | #interrupt-cells = <1>; | 55 | #interrupt-cells = <1>; |
56 | reg = <0x80000000 0x2000>; | 56 | reg = <0x80000000 0x2000>; |