Skip to content

Commit ecbc520

Browse files
committed
arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer IRQ
Add the missing fifth interrupt to the device node that represents the ARM architected timer. While at it, add an interrupt-names property for clarity, Fixes: 68a4552 ("arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Link: https://lore.kernel.org/21f556eb7e903d5b9f4c96188fd4b6ae0db71856.1718890849.git.geert+renesas@glider.be
1 parent 4036bae commit ecbc520

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

arch/arm64/boot/dts/renesas/r9a07g044.dtsi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,9 @@
13341334
interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
13351335
<&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
13361336
<&gic GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
1337-
<&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
1337+
<&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
1338+
<&gic GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
1339+
interrupt-names = "sec-phys", "phys", "virt", "hyp-phys",
1340+
"hyp-virt";
13381341
};
13391342
};

0 commit comments

Comments
 (0)