mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 20:59:37 +02:00
arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer IRQ
[ Upstream commitb1c34567ae
] 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:c62331e822
("arm64: dts: renesas: Add Renesas R8A779F0 SoC support") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/46deba1008f73e4b6864f937642d17f9d4ae7205.1718890849.git.geert+renesas@glider.be Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
5baa02d5c0
commit
880c61a7ca
|
@ -1181,7 +1181,10 @@
|
||||||
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";
|
||||||
};
|
};
|
||||||
|
|
||||||
ufs30_clk: ufs30-clk {
|
ufs30_clk: ufs30-clk {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user