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: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20230207234735.201812-1-robh@kernel.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
committed by
Krzysztof Kozlowski
parent
8a922b7728
commit
fce7defb8a
@@ -54,7 +54,7 @@
|
||||
<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>;
|
||||
|
||||
Reference in New Issue
Block a user