ARM: dts: imx: Change i.MX27 interrupt controller unit name
authorAlexander Shiyan <shc_work@mail.ru>
Wed, 19 Dec 2018 15:56:39 +0000 (18:56 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 12 Jan 2019 03:05:30 +0000 (11:05 +0800)
The interrupt controller is located at the physical address 0x10040000.
This patch changes the unit name of the controller to reflect the actual
address.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx27.dtsi

index 26ff5d419bfc7be31e54a1843d2af6a39c939f79..3652f5556b29cece86dc9c292409d060d4bf66e4 100644 (file)
@@ -40,7 +40,7 @@
                spi2 = &cspi3;
        };
 
-       aitc: aitc-interrupt-controller@e0000000 {
+       aitc: aitc-interrupt-controller@10040000 {
                compatible = "fsl,imx27-aitc", "fsl,avic";
                interrupt-controller;
                #interrupt-cells = <1>;