Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx: Change i.MX27 interrupt controller unit name

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>

authored by

Alexander Shiyan and committed by
Shawn Guo
e0b22fa0 c4f70b4f

+1 -1
+1 -1
arch/arm/boot/dts/imx27.dtsi
··· 40 40 spi2 = &cspi3; 41 41 }; 42 42 43 - aitc: aitc-interrupt-controller@e0000000 { 43 + aitc: aitc-interrupt-controller@10040000 { 44 44 compatible = "fsl,imx27-aitc", "fsl,avic"; 45 45 interrupt-controller; 46 46 #interrupt-cells = <1>;