arm64: dts: Add DPAA QBMan portal 9
authorRoy Pledge <roy.pledge@nxp.com>
Mon, 29 Jan 2018 21:07:21 +0000 (16:07 -0500)
committerShawn Guo <shawnguo@kernel.org>
Mon, 12 Feb 2018 05:11:02 +0000 (13:11 +0800)
ARM DPAA1 (LS1043 and LS1046) have 10 QBMan portals (indexed 0-9)
Enable the one that is missing in the device trees.

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/qoriq-bman-portals.dtsi
arch/arm64/boot/dts/freescale/qoriq-qman-portals.dtsi

index c3c2be4f507284c7b319b661d81ad95433dd4835..ae15307f6e8bf5d679f02dfe4a523df5b93511af 100644 (file)
                reg = <0x80000 0x4000>, <0x4080000 0x4000>;
                interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
        };
+
+       bman-portal@90000 {
+               compatible = "fsl,bman-portal";
+               reg = <0x90000 0x4000>, <0x4090000 0x4000>;
+               interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
+       };
 };
index 2a9aa060efdac7ab65c21e08479b9fbdb190079f..6a93a4a9be0e8ac62c91f61d57895cd4f90892a5 100644 (file)
                interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
                cell-index = <8>;
        };
+
+       qportal9: qman-portal@90000 {
+               compatible = "fsl,qman-portal";
+               reg = <0x90000 0x4000>, <0x4090000 0x4000>;
+               interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
+               cell-index = <9>;
+       };
 };