Skip to content

Commit 0643bed

Browse files
robherringmmind
authored andcommitted
arm64: dts: rockchip: Fix rk3399 GICv3 ITS node name
The GICv3 ITS is an MSI controller, therefore its node name should be 'msi-controller'. Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent fe15c26 commit 0643bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/rockchip/rk3399.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
<0x0 0xfff10000 0 0x10000>, /* GICH */
553553
<0x0 0xfff20000 0 0x10000>; /* GICV */
554554
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH 0>;
555-
its: interrupt-controller@fee20000 {
555+
its: msi-controller@fee20000 {
556556
compatible = "arm,gic-v3-its";
557557
msi-controller;
558558
#msi-cells = <1>;

0 commit comments

Comments
 (0)