Commit fce7defb authored by Rob Herring's avatar Rob Herring Committed by Krzysztof Kozlowski
Browse files

arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name



The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230207234735.201812-1-robh@kernel.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent 8a922b77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ gic: interrupt-controller@3000000 {
				      <0x00d0000 0x1000>,	/* GICH */
				      <0x00e0000 0x2000>;	/* GICV */

				gic_its_ap0: interrupt-controller@3040000 {
				gic_its_ap0: msi-controller@3040000 {
					compatible = "arm,gic-v3-its";
					msi-controller;
					#msi-cells = <1>;