Message ID | 20181219155639.17096-1-shc_work@mail.ru (mailing list archive) |
---|---|
State | Mainlined, archived |
Commit | e0b22fa041a6d5aad20650fe284e4b96cd32d05c |
Headers | show |
Series | ARM: dts: imx: Change i.MX27 interrupt controller unit name | expand |
On Wed, Dec 19, 2018 at 06:56:39PM +0300, Alexander Shiyan wrote: > 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> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx27.dtsi b/arch/arm/boot/dts/imx27.dtsi index 151b0eb..e34c7f3 100644 --- a/arch/arm/boot/dts/imx27.dtsi +++ b/arch/arm/boot/dts/imx27.dtsi @@ -42,7 +42,7 @@ spi2 = &cspi3; }; - aitc: aitc-interrupt-controller@e0000000 { + aitc: aitc-interrupt-controller@10040000 { compatible = "fsl,imx27-aitc", "fsl,avic"; interrupt-controller; #interrupt-cells = <1>;
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> --- arch/arm/boot/dts/imx27.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)