arm64: dts: broadcom: stringray: Fix GICv3 ITS node name
authorRob Herring <robh@kernel.org>
Tue, 7 Feb 2023 23:47:09 +0000 (17:47 -0600)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 14 Mar 2023 21:06:52 +0000 (14:06 -0700)
The GICv3 ITS is an MSI controller, therefore its node name should be
'msi-controller'.

While we're here, fix the unit-address which shouldn't have a comma.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230207234709.201229-1-robh@kernel.org
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

index a9186166c068c51915366073a1e723479743847d..388424b3e1d39c2ddb48e52928ae9f2473d4f6a6 100644 (file)
                              <0x02e00000 0x600000>; /* GICR */
                        interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
 
-                       gic_its: gic-its@63c20000 {
+                       gic_its: msi-controller@63c20000 {
                                compatible = "arm,gic-v3-its";
                                msi-controller;
                                #msi-cells = <1>;