On Thu, Jun 20, 2024 at 3:02 PM Geert Uytterhoeven <geert+renesas@xxxxxxxxx> wrote: > > 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: 7c2b8198f4f321df ("arm64: dts: renesas: Add initial DTSI for RZ/V2L SoC") > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@xxxxxxxxxxxxxx> Cheers, Prabhakar > diff --git a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi > index 8448afa8be54b8ec..1de2e5f0917d91f4 100644 > --- a/arch/arm64/boot/dts/renesas/r9a07g054.dtsi > +++ b/arch/arm64/boot/dts/renesas/r9a07g054.dtsi > @@ -1342,6 +1342,9 @@ timer { > interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>, > <&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>, > <&gic GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>, > - <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; > + <&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>, > + <&gic GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>; > + interrupt-names = "sec-phys", "phys", "virt", "hyp-phys", > + "hyp-virt"; > }; > }; > -- > 2.34.1 > >