mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
arm64: dts: renesas: r8a779g0: Add missing hypervisor virtual timer IRQ
[ Upstream commit 6775165fc95052a03acc91e25bc20fcf286910a7 ]
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: 987da486d8 ("arm64: dts: renesas: Add Renesas R8A779G0 SoC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/5eeabbeaea1c5fd518a608f2e8013d260b00fd7e.1718890849.git.geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
450bf332c1
commit
6f3d025137
@@ -564,6 +564,9 @@
|
|||||||
interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
|
interrupts-extended = <&gic GIC_PPI 13 IRQ_TYPE_LEVEL_LOW>,
|
||||||
<&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
|
<&gic GIC_PPI 14 IRQ_TYPE_LEVEL_LOW>,
|
||||||
<&gic GIC_PPI 11 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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user