* [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names
@ 2024-06-20 13:57 Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 1/9] arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ Geert Uytterhoeven
` (8 more replies)
0 siblings, 9 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
Hi all,
Support for the hypervisor virtual timer interrupt of the ARM
architected timer was only added, together with interrupt-names support,
in commits a6cf39fbe133857a ("dt-bindings: timer: arm,arch_timer: Add
interrupt-names support") and 86332e9e3477af8f ("arm64: arch_timer:
Implement support for interrupt-names") in v5.13.
This patch series enhances device nodes that represent ARM architected
timers on Renesas SoCs, by (a) adding the missing hypervisor virtual
timer interrupts, and (b) adding interrupt-names properties for clarity.
I plan to queue this in renesas-devel for v6.11.
Thanks for your comments!
Geert Uytterhoeven (9):
arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer
IRQ
arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer
IRQ
arm64: dts: renesas: r8a779g0: Add missing hypervisor virtual timer
IRQ
arm64: dts: renesas: r9a07g043u: Add missing hypervisor virtual timer
IRQ
arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer
IRQ
arm64: dts: renesas: r9a07g054: Add missing hypervisor virtual timer
IRQ
arm64: dts: renesas: r9a08g045: Add missing hypervisor virtual timer
IRQ
ARM: dts: renesas: Add interrupt-names to arch timer nodes
arm64: dts: renesas: Add interrupt-names to arch timer nodes
arch/arm/boot/dts/renesas/r8a73a4.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7742.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7743.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7744.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7745.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a77470.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7790.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7791.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7792.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7793.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7794.dtsi | 1 +
arch/arm/boot/dts/renesas/r9a06g032.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77951.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77960.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77961.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77970.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77980.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77990.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77995.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 2 ++
arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 5 ++++-
arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 1 +
33 files changed, 55 insertions(+), 7 deletions(-)
--
2.34.1
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 14+ messages in thread
* [PATCH 1/9] arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 2/9] arm64: dts: renesas: r8a779f0: " Geert Uytterhoeven
` (7 subsequent siblings)
8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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: 834c310f541839b6 ("arm64: dts: renesas: Add Renesas R8A779A0 SoC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
index 1abe92c98358eddb..395f8d43ce2db92d 100644
--- a/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779a0.dtsi
@@ -2927,6 +2927,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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 2/9] arm64: dts: renesas: r8a779f0: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 1/9] arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 3/9] arm64: dts: renesas: r8a779g0: " Geert Uytterhoeven
` (6 subsequent siblings)
8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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: c62331e8222f8f21 ("arm64: dts: renesas: Add Renesas R8A779F0 SoC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi
index 48390654e172bd5d..21747f11bc602d13 100644
--- a/arch/arm64/boot/dts/renesas/r8a779f0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779f0.dtsi
@@ -1332,7 +1332,10 @@ 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";
};
ufs30_clk: ufs30-clk {
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 3/9] arm64: dts: renesas: r8a779g0: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 1/9] arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 2/9] arm64: dts: renesas: r8a779f0: " Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 4/9] arm64: dts: renesas: r9a07g043u: " Geert Uytterhoeven
` (5 subsequent siblings)
8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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: 987da486d84a5643 ("arm64: dts: renesas: Add Renesas R8A779G0 SoC support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
index aaeebf736f3f74f6..c5fc414928c9923c 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779g0.dtsi
@@ -2358,6 +2358,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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 4/9] arm64: dts: renesas: r9a07g043u: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
` (2 preceding siblings ...)
2024-06-20 13:57 ` [PATCH 3/9] arm64: dts: renesas: r8a779g0: " Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-27 12:13 ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 5/9] arm64: dts: renesas: r9a07g044: " Geert Uytterhoeven
` (4 subsequent siblings)
8 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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: cf40c9689e5109bf ("arm64: dts: renesas: Add initial DTSI for RZ/G2UL SoC")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
index 165bfcfef3bcc69c..18ef297db9336362 100644
--- a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
@@ -50,7 +50,10 @@ 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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 5/9] arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
` (3 preceding siblings ...)
2024-06-20 13:57 ` [PATCH 4/9] arm64: dts: renesas: r9a07g043u: " Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-27 12:14 ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 6/9] arm64: dts: renesas: r9a07g054: " Geert Uytterhoeven
` (3 subsequent siblings)
8 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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: 68a45525297b2e9a ("arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
index c07ddd8124e6804c..d3838e5820fca19f 100644
--- a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
@@ -1334,6 +1334,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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 6/9] arm64: dts: renesas: r9a07g054: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
` (4 preceding siblings ...)
2024-06-20 13:57 ` [PATCH 5/9] arm64: dts: renesas: r9a07g044: " Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-27 12:16 ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 7/9] arm64: dts: renesas: r9a08g045: " Geert Uytterhoeven
` (2 subsequent siblings)
8 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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@glider.be>
---
arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 7/9] arm64: dts: renesas: r9a08g045: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
` (5 preceding siblings ...)
2024-06-20 13:57 ` [PATCH 6/9] arm64: dts: renesas: r9a07g054: " Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-24 4:56 ` claudiu beznea
2024-06-20 13:57 ` [PATCH 8/9] ARM: dts: renesas: Add interrupt-names to arch timer nodes Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 9/9] arm64: " Geert Uytterhoeven
8 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
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: e20396d65b959a65 ("arm64: dts: renesas: Add initial DTSI for RZ/G3S SoC")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
index 2162c247d6deb170..0d5c47a65e46c584 100644
--- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
@@ -294,6 +294,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
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 8/9] ARM: dts: renesas: Add interrupt-names to arch timer nodes
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
` (6 preceding siblings ...)
2024-06-20 13:57 ` [PATCH 7/9] arm64: dts: renesas: r9a08g045: " Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 9/9] arm64: " Geert Uytterhoeven
8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
Add interrupt-names properties to device nodes that represent ARM
architected timers for clarity.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/renesas/r8a73a4.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7742.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7743.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7744.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7745.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a77470.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7790.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7791.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7792.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7793.dtsi | 1 +
arch/arm/boot/dts/renesas/r8a7794.dtsi | 1 +
arch/arm/boot/dts/renesas/r9a06g032.dtsi | 1 +
12 files changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/renesas/r8a73a4.dtsi b/arch/arm/boot/dts/renesas/r8a73a4.dtsi
index 9a2ae282a46ba4b1..85261684b5d5fe02 100644
--- a/arch/arm/boot/dts/renesas/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a73a4.dtsi
@@ -58,6 +58,7 @@ timer {
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
tmu0: timer@e61e0000 {
diff --git a/arch/arm/boot/dts/renesas/r8a7742.dtsi b/arch/arm/boot/dts/renesas/r8a7742.dtsi
index d55c344c1cd2b151..3a5d6b434d0946fa 100644
--- a/arch/arm/boot/dts/renesas/r8a7742.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7742.dtsi
@@ -1938,6 +1938,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7743.dtsi b/arch/arm/boot/dts/renesas/r8a7743.dtsi
index d917c0a971f51b94..8833898d5557f4db 100644
--- a/arch/arm/boot/dts/renesas/r8a7743.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7743.dtsi
@@ -1846,6 +1846,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7744.dtsi b/arch/arm/boot/dts/renesas/r8a7744.dtsi
index 754859c38a939a90..c66c1102fb7218be 100644
--- a/arch/arm/boot/dts/renesas/r8a7744.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7744.dtsi
@@ -1832,6 +1832,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7745.dtsi b/arch/arm/boot/dts/renesas/r8a7745.dtsi
index 168298300490d31c..6ddde364782b8aea 100644
--- a/arch/arm/boot/dts/renesas/r8a7745.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7745.dtsi
@@ -1636,6 +1636,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a77470.dtsi b/arch/arm/boot/dts/renesas/r8a77470.dtsi
index 2375438d83c9d5b6..a8a12275c98a66c7 100644
--- a/arch/arm/boot/dts/renesas/r8a77470.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a77470.dtsi
@@ -1061,6 +1061,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7790.dtsi b/arch/arm/boot/dts/renesas/r8a7790.dtsi
index 583b74a9f071c39e..20e4d4c6e7481f04 100644
--- a/arch/arm/boot/dts/renesas/r8a7790.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7790.dtsi
@@ -2012,6 +2012,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7791.dtsi b/arch/arm/boot/dts/renesas/r8a7791.dtsi
index de08ceb62230b6dd..f9c9e1d8f669c314 100644
--- a/arch/arm/boot/dts/renesas/r8a7791.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7791.dtsi
@@ -1938,6 +1938,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7792.dtsi b/arch/arm/boot/dts/renesas/r8a7792.dtsi
index 7defeb8e4cd1f499..dd3bc32668b7b31e 100644
--- a/arch/arm/boot/dts/renesas/r8a7792.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7792.dtsi
@@ -990,5 +990,6 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
};
diff --git a/arch/arm/boot/dts/renesas/r8a7793.dtsi b/arch/arm/boot/dts/renesas/r8a7793.dtsi
index d32a9d5d3faa71fc..24e66ddf37e0483b 100644
--- a/arch/arm/boot/dts/renesas/r8a7793.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7793.dtsi
@@ -1517,6 +1517,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r8a7794.dtsi b/arch/arm/boot/dts/renesas/r8a7794.dtsi
index f37f094cecc8c399..8e6386a79aead35b 100644
--- a/arch/arm/boot/dts/renesas/r8a7794.dtsi
+++ b/arch/arm/boot/dts/renesas/r8a7794.dtsi
@@ -1484,6 +1484,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clock - can be overridden by the board */
diff --git a/arch/arm/boot/dts/renesas/r9a06g032.dtsi b/arch/arm/boot/dts/renesas/r9a06g032.dtsi
index 466077a8f0aced3e..7548291c8d7ede43 100644
--- a/arch/arm/boot/dts/renesas/r9a06g032.dtsi
+++ b/arch/arm/boot/dts/renesas/r9a06g032.dtsi
@@ -484,6 +484,7 @@ timer {
<GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
usbphy: usb-phy {
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [PATCH 9/9] arm64: dts: renesas: Add interrupt-names to arch timer nodes
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
` (7 preceding siblings ...)
2024-06-20 13:57 ` [PATCH 8/9] ARM: dts: renesas: Add interrupt-names to arch timer nodes Geert Uytterhoeven
@ 2024-06-20 13:57 ` Geert Uytterhoeven
8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2024-06-20 13:57 UTC (permalink / raw)
To: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree, Geert Uytterhoeven
Add interrupt-names properties to device nodes that represent ARM
architected timers for clarity.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77951.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77960.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77961.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77970.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77980.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77990.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a77995.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 2 ++
arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 1 +
14 files changed, 15 insertions(+)
diff --git a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
index a8a44fe5e83bbd5c..1dbf9d56c68da8c6 100644
--- a/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774a1.dtsi
@@ -2853,6 +2853,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi
index 4fff511e994cf840..10f22c52e79ecfca 100644
--- a/arch/arm64/boot/dts/renesas/r8a774b1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774b1.dtsi
@@ -2704,6 +2704,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
index 1ef43d78c3a5740b..3e2af50ce7c64bef 100644
--- a/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774c0.dtsi
@@ -1990,6 +1990,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a774e1.dtsi b/arch/arm64/boot/dts/renesas/r8a774e1.dtsi
index be55ae83944cf225..1eeb4c7b4c4b9282 100644
--- a/arch/arm64/boot/dts/renesas/r8a774e1.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a774e1.dtsi
@@ -2985,6 +2985,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a77951.dtsi b/arch/arm64/boot/dts/renesas/r8a77951.dtsi
index bea4edd17d534909..96f3b5fe7e92cc9b 100644
--- a/arch/arm64/boot/dts/renesas/r8a77951.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77951.dtsi
@@ -3473,6 +3473,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(8) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a77960.dtsi b/arch/arm64/boot/dts/renesas/r8a77960.dtsi
index 7846fea8e40da725..1122c470b72f8715 100644
--- a/arch/arm64/boot/dts/renesas/r8a77960.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77960.dtsi
@@ -3068,6 +3068,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a77961.dtsi b/arch/arm64/boot/dts/renesas/r8a77961.dtsi
index 58f9286a5ab57534..bf1130af7de39ce0 100644
--- a/arch/arm64/boot/dts/renesas/r8a77961.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77961.dtsi
@@ -2889,6 +2889,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(6) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
index 692940662d38d89a..f02d1547b881716a 100644
--- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
@@ -2877,6 +2877,7 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
/* External USB clocks - can be overridden by the board */
diff --git a/arch/arm64/boot/dts/renesas/r8a77970.dtsi b/arch/arm64/boot/dts/renesas/r8a77970.dtsi
index d2d3cecc76d52f86..64fb95b1c89ac63a 100644
--- a/arch/arm64/boot/dts/renesas/r8a77970.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77970.dtsi
@@ -1223,5 +1223,6 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
};
diff --git a/arch/arm64/boot/dts/renesas/r8a77980.dtsi b/arch/arm64/boot/dts/renesas/r8a77980.dtsi
index c0ba110c74d6a3ac..0c2b157036e75e36 100644
--- a/arch/arm64/boot/dts/renesas/r8a77980.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77980.dtsi
@@ -1630,5 +1630,6 @@ IRQ_TYPE_LEVEL_LOW)>,
IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(4) |
IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
};
diff --git a/arch/arm64/boot/dts/renesas/r8a77990.dtsi b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
index 37063e3f4e1be06d..233af3081e84a407 100644
--- a/arch/arm64/boot/dts/renesas/r8a77990.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77990.dtsi
@@ -2157,5 +2157,6 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(2) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
};
diff --git a/arch/arm64/boot/dts/renesas/r8a77995.dtsi b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
index 89990dd8ebf7f182..5f0828a4675b6e50 100644
--- a/arch/arm64/boot/dts/renesas/r8a77995.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a77995.dtsi
@@ -1476,5 +1476,6 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
};
diff --git a/arch/arm64/boot/dts/renesas/r8a779h0.dtsi b/arch/arm64/boot/dts/renesas/r8a779h0.dtsi
index 163bbcbccc9fcde4..010426bae1b7e793 100644
--- a/arch/arm64/boot/dts/renesas/r8a779h0.dtsi
+++ b/arch/arm64/boot/dts/renesas/r8a779h0.dtsi
@@ -1906,5 +1906,7 @@ timer {
<&gic GIC_PPI 11 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";
};
};
diff --git a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
index e008236c3d2d6eab..9a4cbef704c10505 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
+++ b/arch/arm64/boot/dts/renesas/r9a09g011.dtsi
@@ -372,5 +372,6 @@ timer {
<&gic GIC_PPI 14 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 11 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>,
<&gic GIC_PPI 10 (GIC_CPU_MASK_SIMPLE(1) | IRQ_TYPE_LEVEL_LOW)>;
+ interrupt-names = "sec-phys", "phys", "virt", "hyp-phys";
};
};
--
2.34.1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [PATCH 7/9] arm64: dts: renesas: r9a08g045: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 ` [PATCH 7/9] arm64: dts: renesas: r9a08g045: " Geert Uytterhoeven
@ 2024-06-24 4:56 ` claudiu beznea
0 siblings, 0 replies; 14+ messages in thread
From: claudiu beznea @ 2024-06-24 4:56 UTC (permalink / raw)
To: Geert Uytterhoeven, Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar,
Biju Das, Claudiu Beznea
Cc: Mark Rutland, Marc Zyngier, linux-renesas-soc, linux-arm-kernel,
devicetree
On 20.06.2024 16:57, Geert Uytterhoeven 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: e20396d65b959a65 ("arm64: dts: renesas: Add initial DTSI for RZ/G3S SoC")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Tested-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> ---
> arch/arm64/boot/dts/renesas/r9a08g045.dtsi | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> index 2162c247d6deb170..0d5c47a65e46c584 100644
> --- a/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r9a08g045.dtsi
> @@ -294,6 +294,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";
> };
> };
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 4/9] arm64: dts: renesas: r9a07g043u: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 ` [PATCH 4/9] arm64: dts: renesas: r9a07g043u: " Geert Uytterhoeven
@ 2024-06-27 12:13 ` Lad, Prabhakar
0 siblings, 0 replies; 14+ messages in thread
From: Lad, Prabhakar @ 2024-06-27 12:13 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea, Mark Rutland, Marc Zyngier, linux-renesas-soc,
linux-arm-kernel, devicetree
On Thu, Jun 20, 2024 at 3:03 PM Geert Uytterhoeven
<geert+renesas@glider.be> 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: cf40c9689e5109bf ("arm64: dts: renesas: Add initial DTSI for RZ/G2UL SoC")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cheers,
Prabhakar
> diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
> index 165bfcfef3bcc69c..18ef297db9336362 100644
> --- a/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
> @@ -50,7 +50,10 @@ 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
>
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 5/9] arm64: dts: renesas: r9a07g044: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 ` [PATCH 5/9] arm64: dts: renesas: r9a07g044: " Geert Uytterhoeven
@ 2024-06-27 12:14 ` Lad, Prabhakar
0 siblings, 0 replies; 14+ messages in thread
From: Lad, Prabhakar @ 2024-06-27 12:14 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea, Mark Rutland, Marc Zyngier, linux-renesas-soc,
linux-arm-kernel, devicetree
On Thu, Jun 20, 2024 at 3:01 PM Geert Uytterhoeven
<geert+renesas@glider.be> 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: 68a45525297b2e9a ("arm64: dts: renesas: Add initial DTSI for RZ/G2{L,LC} SoC's")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Cheers,
Prabhakar
> diff --git a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
> index c07ddd8124e6804c..d3838e5820fca19f 100644
> --- a/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r9a07g044.dtsi
> @@ -1334,6 +1334,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
>
>
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 6/9] arm64: dts: renesas: r9a07g054: Add missing hypervisor virtual timer IRQ
2024-06-20 13:57 ` [PATCH 6/9] arm64: dts: renesas: r9a07g054: " Geert Uytterhoeven
@ 2024-06-27 12:16 ` Lad, Prabhakar
0 siblings, 0 replies; 14+ messages in thread
From: Lad, Prabhakar @ 2024-06-27 12:16 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Magnus Damm, Yoshihiro Shimoda, Lad Prabhakar, Biju Das,
Claudiu Beznea, Mark Rutland, Marc Zyngier, linux-renesas-soc,
linux-arm-kernel, devicetree
On Thu, Jun 20, 2024 at 3:02 PM Geert Uytterhoeven
<geert+renesas@glider.be> 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@glider.be>
> ---
> arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
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
>
>
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2024-06-27 12:16 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-20 13:57 [PATCH 0/9] dts: renesas: Add missing hypervisor virtual timer IRQs and interrupt-names Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 1/9] arm64: dts: renesas: r8a779a0: Add missing hypervisor virtual timer IRQ Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 2/9] arm64: dts: renesas: r8a779f0: " Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 3/9] arm64: dts: renesas: r8a779g0: " Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 4/9] arm64: dts: renesas: r9a07g043u: " Geert Uytterhoeven
2024-06-27 12:13 ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 5/9] arm64: dts: renesas: r9a07g044: " Geert Uytterhoeven
2024-06-27 12:14 ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 6/9] arm64: dts: renesas: r9a07g054: " Geert Uytterhoeven
2024-06-27 12:16 ` Lad, Prabhakar
2024-06-20 13:57 ` [PATCH 7/9] arm64: dts: renesas: r9a08g045: " Geert Uytterhoeven
2024-06-24 4:56 ` claudiu beznea
2024-06-20 13:57 ` [PATCH 8/9] ARM: dts: renesas: Add interrupt-names to arch timer nodes Geert Uytterhoeven
2024-06-20 13:57 ` [PATCH 9/9] arm64: " Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).