Skip to content

Commit 906e6dd

Browse files
Andre-ARMsudeep-holla
authored andcommitted
arm64: dts: fvp: Fix SMMU DT node
The SMMU name in the RevC FVP DT file was not fully binding compliant. Adjust the node name to match the binding's list of allowed names, also shuffle the order of the interrupts to comply with the expected order. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Andre Przywara <[email protected]> Signed-off-by: Sudeep Holla <[email protected]>
1 parent 608f1b6 commit 906e6dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@
172172
dma-coherent;
173173
};
174174

175-
smmu: smmu@2b400000 {
175+
smmu: iommu@2b400000 {
176176
compatible = "arm,smmu-v3";
177177
reg = <0x0 0x2b400000 0x0 0x100000>;
178178
interrupts = <GIC_SPI 74 IRQ_TYPE_EDGE_RISING>,
179+
<GIC_SPI 79 IRQ_TYPE_EDGE_RISING>,
179180
<GIC_SPI 75 IRQ_TYPE_EDGE_RISING>,
180-
<GIC_SPI 77 IRQ_TYPE_EDGE_RISING>,
181-
<GIC_SPI 79 IRQ_TYPE_EDGE_RISING>;
182-
interrupt-names = "eventq", "priq", "cmdq-sync", "gerror";
181+
<GIC_SPI 77 IRQ_TYPE_EDGE_RISING>;
182+
interrupt-names = "eventq", "gerror", "priq", "cmdq-sync";
183183
dma-coherent;
184184
#iommu-cells = <1>;
185185
msi-parent = <&its 0x10000>;

0 commit comments

Comments
 (0)