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 c3c2be4..ae15307 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 2a9aa06..6a93a4a 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>;
+       };
 };