Skip to content

Commit fac959c

Browse files
Andre-ARMsudeep-holla
authored andcommitted
arm64: dts: fvp: Fix ITS node names and #msi-cells
The GIC ITS nodes in the fastmodel DTS files were not fully binding compliant. Use one of the allowed node names, also add the required #msi-cells property for the older model. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andre Przywara <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 78631ae commit fac959c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@
1919
<0x0 0x2c02f000 0x0 0x2000>;
2020
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
2121

22-
its: its@2f020000 {
22+
its: msi-controller@2f020000 {
2323
compatible = "arm,gic-v3-its";
2424
msi-controller;
25+
#msi-cells = <1>;
2526
reg = <0x20000 0x20000>;
2627
};
2728
};

arch/arm64/boot/dts/arm/fvp-base-revc.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<0x0 0x2c02f000 0 0x2000>; // GICV
127127
interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
128128

129-
its: its@2f020000 {
129+
its: msi-controller@2f020000 {
130130
#msi-cells = <1>;
131131
compatible = "arm,gic-v3-its";
132132
reg = <0x0 0x2f020000 0x0 0x20000>; // GITS

0 commit comments

Comments
 (0)