From: Hou Zhiqiang Date: Mon, 18 Sep 2017 09:32:22 +0000 (+0800) Subject: arm64: dts: ls1088a: add gicv3 ITS DT node X-Git-Tag: v4.15-rc1~75^2~13^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3bbf4c5844c3d030d64fe2620c7413547316f1c;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: ls1088a: add gicv3 ITS DT node Add ITS device tree node, which will be used by PCIe controller. Signed-off-by: Hou Zhiqiang Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi index 253df8a1a81b7..4f91794613b11 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi @@ -147,6 +147,15 @@ <0x0 0x0c0d0000 0 0x1000>, /* GICH */ <0x0 0x0c0e0000 0 0x20000>; /* GICV */ interrupts = <1 9 IRQ_TYPE_LEVEL_HIGH>; + #address-cells = <2>; + #size-cells = <2>; + ranges; + + its: gic-its@6020000 { + compatible = "arm,gic-v3-its"; + msi-controller; + reg = <0x0 0x6020000 0 0x20000>; + }; }; timer {