* [PATCH 0/2] arm64: dts: renesas: r9a09g056n48/r9a09g057h44: Fix pinctrl node names for GBETH1
@ 2025-07-03 23:55 Prabhakar
2025-07-03 23:55 ` [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name " Prabhakar
2025-07-03 23:55 ` [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: " Prabhakar
0 siblings, 2 replies; 5+ messages in thread
From: Prabhakar @ 2025-07-03 23:55 UTC (permalink / raw)
To: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-renesas-soc, devicetree, linux-kernel, Prabhakar, Biju Das,
Fabrizio Castro, Lad Prabhakar
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi All,
This patch series fixes the pinctrl node names for GBETH1 in the device
trees for the RZ/V2N and RZ/V2H evaluation kits. The node names were
incorrectly named as "eth0" instead of "eth1", which could lead to
confusion when configuring the Ethernet interfaces.
Cheers,
Prabhakar
Lad Prabhakar (2):
arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name for
GBETH1
arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Fix pinctrl node name for
GBETH1
arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 2 +-
arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.49.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name for GBETH1
2025-07-03 23:55 [PATCH 0/2] arm64: dts: renesas: r9a09g056n48/r9a09g057h44: Fix pinctrl node names for GBETH1 Prabhakar
@ 2025-07-03 23:55 ` Prabhakar
2025-07-07 11:53 ` Geert Uytterhoeven
2025-07-03 23:55 ` [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: " Prabhakar
1 sibling, 1 reply; 5+ messages in thread
From: Prabhakar @ 2025-07-03 23:55 UTC (permalink / raw)
To: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-renesas-soc, devicetree, linux-kernel, Prabhakar, Biju Das,
Fabrizio Castro, Lad Prabhakar
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Rename the GBETH1 pinctrl node from "eth0" to "eth1" to avoid duplicate
node names in the DT and correctly reflect the label "eth1_pins".
Fixes: 802292ee27a7 ("arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable GBETH")
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
index 272aa848715f..bb5e6f4a0c25 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts
@@ -593,7 +593,7 @@ eth0_pins: eth0 {
output-enable;
};
- eth1_pins: eth0 {
+ eth1_pins: eth1 {
pins = "ET1_TXC_TXCLK";
output-enable;
};
--
2.49.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Fix pinctrl node name for GBETH1
2025-07-03 23:55 [PATCH 0/2] arm64: dts: renesas: r9a09g056n48/r9a09g057h44: Fix pinctrl node names for GBETH1 Prabhakar
2025-07-03 23:55 ` [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name " Prabhakar
@ 2025-07-03 23:55 ` Prabhakar
2025-07-07 11:54 ` Geert Uytterhoeven
1 sibling, 1 reply; 5+ messages in thread
From: Prabhakar @ 2025-07-03 23:55 UTC (permalink / raw)
To: Geert Uytterhoeven, Magnus Damm, Rob Herring, Krzysztof Kozlowski,
Conor Dooley
Cc: linux-renesas-soc, devicetree, linux-kernel, Prabhakar, Biju Das,
Fabrizio Castro, Lad Prabhakar
From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Rename the GBETH1 pinctrl node from "eth0" to "eth1" to avoid duplicate
node names in the DT and correctly reflect the label "eth1_pins".
Fixes: f111192baa80 ("arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable GBETH")
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
---
arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
index 8bce7398c2c4..910679dd1b23 100644
--- a/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
+++ b/arch/arm64/boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts
@@ -327,7 +327,7 @@ eth0_pins: eth0 {
output-enable;
};
- eth1_pins: eth0 {
+ eth1_pins: eth1 {
pins = "ET1_TXC_TXCLK";
output-enable;
};
--
2.49.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name for GBETH1
2025-07-03 23:55 ` [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name " Prabhakar
@ 2025-07-07 11:53 ` Geert Uytterhoeven
0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-07-07 11:53 UTC (permalink / raw)
To: Prabhakar
Cc: Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-renesas-soc, devicetree, linux-kernel, Biju Das,
Fabrizio Castro, Lad Prabhakar
On Fri, 4 Jul 2025 at 01:55, Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Rename the GBETH1 pinctrl node from "eth0" to "eth1" to avoid duplicate
> node names in the DT and correctly reflect the label "eth1_pins".
>
> Fixes: 802292ee27a7 ("arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Enable GBETH")
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.17.
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] 5+ messages in thread
* Re: [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Fix pinctrl node name for GBETH1
2025-07-03 23:55 ` [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: " Prabhakar
@ 2025-07-07 11:54 ` Geert Uytterhoeven
0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-07-07 11:54 UTC (permalink / raw)
To: Prabhakar
Cc: Magnus Damm, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
linux-renesas-soc, devicetree, linux-kernel, Biju Das,
Fabrizio Castro, Lad Prabhakar
On Fri, 4 Jul 2025 at 01:55, Prabhakar <prabhakar.csengg@gmail.com> wrote:
> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>
> Rename the GBETH1 pinctrl node from "eth0" to "eth1" to avoid duplicate
> node names in the DT and correctly reflect the label "eth1_pins".
>
> Fixes: f111192baa80 ("arm64: dts: renesas: r9a09g056n48-rzv2n-evk: Enable GBETH")
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v6.17.
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] 5+ messages in thread
end of thread, other threads:[~2025-07-07 11:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-03 23:55 [PATCH 0/2] arm64: dts: renesas: r9a09g056n48/r9a09g057h44: Fix pinctrl node names for GBETH1 Prabhakar
2025-07-03 23:55 ` [PATCH 1/2] arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name " Prabhakar
2025-07-07 11:53 ` Geert Uytterhoeven
2025-07-03 23:55 ` [PATCH 2/2] arm64: dts: renesas: r9a09g056n48-rzv2n-evk: " Prabhakar
2025-07-07 11:54 ` 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).