diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2018-12-19 18:56:39 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-01-12 11:05:30 +0800 |
commit | e0b22fa041a6d5aad20650fe284e4b96cd32d05c (patch) | |
tree | 505f676a7319acaf0952289e8e578676851080fd | |
parent | c4f70b4f93b092703eae1dc67ef262fb0112fbf5 (diff) | |
download | lwn-e0b22fa041a6d5aad20650fe284e4b96cd32d05c.tar.gz lwn-e0b22fa041a6d5aad20650fe284e4b96cd32d05c.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx27.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 26ff5d419bfc..3652f5556b29 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -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>; |