From: Lad Prabhakar Date: Thu, 3 Jul 2025 23:55:43 +0000 (+0100) Subject: arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name for GBETH1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ffcc8c2e97ca29494687201557fd984d16d5cc4c;p=users%2Fjedix%2Flinux-maple.git arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Fix pinctrl node name for GBETH1 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 Reviewed-by: Geert Uytterhoeven Link: https://lore.kernel.org/20250703235544.715433-2-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven --- diff --git a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts index 886ce31c16746..6c0aee6960f44 100644 --- a/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts +++ b/arch/arm64/boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts @@ -280,7 +280,7 @@ output-enable; }; - eth1_pins: eth0 { + eth1_pins: eth1 { pins = "ET1_TXC_TXCLK"; output-enable; };