All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name
@ 2023-02-07 23:47 ` Rob Herring
  0 siblings, 0 replies; 16+ messages in thread
From: Rob Herring @ 2023-02-07 23:47 UTC (permalink / raw)
  To: Andrew Lunn, Gregory Clement, Sebastian Hesselbarth,
	Krzysztof Kozlowski
  Cc: linux-arm-kernel, devicetree, linux-kernel

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

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
index 8107d120a8a7..2f9ab6b4a2c9 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap810-ap0.dtsi
@@ -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>;
-- 
2.39.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2023-04-07 15:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 23:47 [PATCH] arm64: dts: marvell: armada-ap810: Fix GICv3 ITS node name Rob Herring
2023-02-07 23:47 ` Rob Herring
2023-03-14 15:22 ` Rob Herring
2023-03-14 15:22   ` Rob Herring
2023-03-14 15:34   ` Krzysztof Kozlowski
2023-03-14 15:34     ` Krzysztof Kozlowski
2023-03-14 16:21   ` Andrew Lunn
2023-03-14 16:21     ` Andrew Lunn
2023-03-14 16:41     ` Krzysztof Kozlowski
2023-03-14 16:41       ` Krzysztof Kozlowski
2023-03-14 18:23     ` Rob Herring
2023-03-14 18:23       ` Rob Herring
2023-03-14 15:35 ` Krzysztof Kozlowski
2023-03-14 15:35   ` Krzysztof Kozlowski
2023-04-07 15:11   ` Gregory CLEMENT
2023-04-07 15:11     ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.