diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2012-08-20 13:34:56 (GMT) |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-09-03 01:32:02 (GMT) |
commit | 83a84efcefe8d7935883ab9d8e45c689d5760ddf (patch) | |
tree | 907b33e4590d1d0e6b24cd9f7e81dfe7185e3bf8 /arch/arm/boot/dts/imx23.dtsi | |
parent | 4e0a1b8c070fe204a406521496f01cf02c74e933 (diff) | |
download | linux-83a84efcefe8d7935883ab9d8e45c689d5760ddf.tar.xz |
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/imx23.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx23.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 573066b..bee3722 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi @@ -43,7 +43,7 @@ ranges; icoll: interrupt-controller@80000000 { - compatible = "fsl,imx23-icoll", "fsl,mxs-icoll"; + compatible = "fsl,imx23-icoll", "fsl,icoll"; interrupt-controller; #interrupt-cells = <1>; reg = <0x80000000 0x2000>; |