Skip to content

Commit 47600f8

Browse files
robherringffainelli
authored andcommitted
arm64: dts: broadcom: stringray: Fix GICv3 ITS node name
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Florian Fainelli <[email protected]>
1 parent fe15c26 commit 47600f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/stingray/stingray.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<0x02e00000 0x600000>; /* GICR */
179179
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
180180

181-
gic_its: gic-its@63c20000 {
181+
gic_its: msi-controller@63c20000 {
182182
compatible = "arm,gic-v3-its";
183183
msi-controller;
184184
#msi-cells = <1>;

0 commit comments

Comments
 (0)