Commit 6189bc34 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Origin: id:1334193132-18944-2-git-send-email-festevam@gmail.com
Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarMarkus Pargmann <mpa@pengutronix.de>
Acked-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent aeaa951f
...@@ -32,8 +32,8 @@ aliases { ...@@ -32,8 +32,8 @@ aliases {
spi2 = &cspi3; spi2 = &cspi3;
}; };
avic: avic-interrupt-controller@e0000000 { aitc: aitc-interrupt-controller@e0000000 {
compatible = "fsl,imx27-avic", "fsl,avic"; compatible = "fsl,imx27-aitc", "fsl,avic";
interrupt-controller; interrupt-controller;
#interrupt-cells = <1>; #interrupt-cells = <1>;
reg = <0x10040000 0x1000>; reg = <0x10040000 0x1000>;
...@@ -53,7 +53,7 @@ soc { ...@@ -53,7 +53,7 @@ soc {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
compatible = "simple-bus"; compatible = "simple-bus";
interrupt-parent = <&avic>; interrupt-parent = <&aitc>;
ranges; ranges;
aipi@10000000 { /* AIPI1 */ aipi@10000000 { /* AIPI1 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment