From 32e7137e20651d198fb70c2a2612a79499e6f81d Mon Sep 17 00:00:00 2001 From: Abel Vesa Date: Mon, 24 Feb 2020 16:01:58 +0200 Subject: [PATCH] arm64: dts: imx8mp: Add AIPS 4 and 5 There are 5 AIPS maps in total, according to the RM. Add the missing ones here. Signed-off-by: Abel Vesa [ Aisheng: fix aips base ] Signed-off-by: Dong Aisheng --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index b19914bc3ef0..fa96e07033ec 100755 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -665,7 +665,7 @@ aips2: bus@30400000 { compatible = "fsl,aips-bus", "simple-bus"; - reg = <0x30400000 0x400000>; + reg = <0x30400000 0x100000>; #address-cells = <1>; #size-cells = <1>; ranges; @@ -725,7 +725,7 @@ aips3: bus@30800000 { compatible = "fsl,aips-bus", "simple-bus"; - reg = <0x30800000 0x400000>; + reg = <0x30800000 0x100000>; #address-cells = <1>; #size-cells = <1>; ranges; @@ -1091,6 +1091,14 @@ }; }; + aips5: bus@30c00000 { + compatible = "fsl,aips-bus", "simple-bus"; + reg = <0x30c00000 0x10000>; + #address-cells = <1>; + #size-cells = <1>; + ranges; + }; + gic: interrupt-controller@38800000 { compatible = "arm,gic-v3"; reg = <0x38800000 0x10000>, -- 2.17.1