Commit 4b4ffc6e authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Tero Kristo
Browse files

arm64: dts: k3-am6: Add "socionext,synquacer-pre-its" property to gic_its



GIC_ITS used in AM654 platform has the same configuration as that of
GIC_ITS used in Socionext SoCs. Add "socionext,synquacer-pre-its"
property to get PCI MSI working.

Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: default avatarTero Kristo <t-kristo@ti.com>
parent cc2d13e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,6 +44,7 @@
		gic_its: gic-its@18200000 {
			compatible = "arm,gic-v3-its";
			reg = <0x00 0x01820000 0x00 0x10000>;
			socionext,synquacer-pre-its = <0x1000000 0x400000>;
			msi-controller;
			#msi-cells = <1>;
		};