Skip to content

Commit 265c82b

Browse files
author
Steve Dunnagan
committed
arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ
JIRA: https://issues.redhat.com/browse/RHEL-53987 commit 6fca24a Author: Geert Uytterhoeven <geert+renesas@glider.be> Date: Thu Jun 20 15:57:31 2024 +0200 arm64: dts: renesas: r8a779a0: 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: 834c310 ("arm64: dts: renesas: Add Renesas R8A779A0 SoC support") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/671416fb31e3992101c32fe7e46147fe4cd623ae.1718890849.git.geert+renesas@glider.be (cherry picked from commit 6fca24a) Signed-off-by: Steve Dunnagan <sdunnaga@redhat.com>
1 parent 6a86b1a commit 265c82b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,6 +1234,9 @@
12341234
interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
12351235
<&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
12361236
<&gic GIC_PPI 11 IRQ_TYPE_LEVEL_LOW>,
1237-
<&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>;
1237+
<&gic GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>,
1238+
<&gic GIC_PPI 12 IRQ_TYPE_LEVEL_LOW>;
1239+
interrupt-names = "sec-phys", "phys", "virt", "hyp-phys",
1240+
"hyp-virt";
12381241
};
12391242
};

0 commit comments

Comments
 (0)