diff options
author | Fabio Estevam <[email protected]> | 2013-06-28 16:50:33 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2013-08-22 23:28:41 +0800 |
commit | 6189bc34a2d948da6e083cdf0df73552f88b53e9 (patch) | |
tree | e9786fdd0ab2731b37a4fccc513a490198baa85f | |
parent | aeaa951ff3a0df534d845e9fbaa4f87350b657fe (diff) |
ARM: imx27: Use 'AITC' for the interrupt controller name
On the MX27 Reference Manual the interrupt controller is named AITC:
ARM926EJ-S Interrupt Controller
So use the AITC term instead of AVIC.
Signed-off-by: Fabio Estevam <[email protected]>
Origin: id:[email protected]
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Markus Pargmann <[email protected]>
Acked-by: Sascha Hauer <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 86b6f5fd5454..36836eefe24d 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -32,8 +32,8 @@ spi2 = &cspi3; }; - avic: avic-interrupt-controller@e0000000 { - compatible = "fsl,imx27-avic", "fsl,avic"; + aitc: aitc-interrupt-controller@e0000000 { + compatible = "fsl,imx27-aitc", "fsl,avic"; interrupt-controller; #interrupt-cells = <1>; reg = <0x10040000 0x1000>; @@ -53,7 +53,7 @@ #address-cells = <1>; #size-cells = <1>; compatible = "simple-bus"; - interrupt-parent = <&avic>; + interrupt-parent = <&aitc>; ranges; aipi@10000000 { /* AIPI1 */ |