[PATCH] arm: dts: renesas: Remove duplicate AVB pinmux assignment on V3M

Marek Vasut marek.vasut+renesas at mailbox.org
Mon Apr 20 03:22:12 CEST 2026


Both R-Car V3M Eagle and V3MSK U-Boot DT extras contain AVB pinmux
assignment, which is a leftover from before the same pinmux was part
of upstream DTs. Remove the duplicate AVB pinmux assignment in favor
of the upstream DT content. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas at mailbox.org>
---
Cc: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
Cc: Tom Rini <trini at konsulko.com>
Cc: u-boot at lists.denx.de
---
 arch/arm/dts/r8a77970-eagle-u-boot.dtsi | 19 -------------------
 arch/arm/dts/r8a77970-v3msk-u-boot.dtsi | 19 -------------------
 2 files changed, 38 deletions(-)

diff --git a/arch/arm/dts/r8a77970-eagle-u-boot.dtsi b/arch/arm/dts/r8a77970-eagle-u-boot.dtsi
index b18ec9a695d..27709ac8a71 100644
--- a/arch/arm/dts/r8a77970-eagle-u-boot.dtsi
+++ b/arch/arm/dts/r8a77970-eagle-u-boot.dtsi
@@ -13,25 +13,6 @@
 	};
 };
 
-&avb {
-	pinctrl-0 = <&avb0_pins>;
-	pinctrl-names = "default";
-
-};
-
-&phy0 {
-	reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
-};
-
-&pfc {
-	avb0_pins: avb {
-		mux {
-			groups = "avb0_link", "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
-			function = "avb0";
-		};
-	};
-};
-
 &rpc {
 	status = "okay";
 	#address-cells = <1>;
diff --git a/arch/arm/dts/r8a77970-v3msk-u-boot.dtsi b/arch/arm/dts/r8a77970-v3msk-u-boot.dtsi
index e5352a663f4..a94fe92c831 100644
--- a/arch/arm/dts/r8a77970-v3msk-u-boot.dtsi
+++ b/arch/arm/dts/r8a77970-v3msk-u-boot.dtsi
@@ -24,25 +24,6 @@
 	};
 };
 
-&avb {
-	pinctrl-0 = <&avb0_pins>;
-	pinctrl-names = "default";
-
-};
-
-&phy0 {
-	reset-gpios = <&gpio1 16 GPIO_ACTIVE_LOW>;
-};
-
-&pfc {
-	avb0_pins: avb {
-		mux {
-			groups = "avb0_link", "avb0_mdio", "avb0_rgmii", "avb0_txcrefclk";
-			function = "avb0";
-		};
-	};
-};
-
 &rpc {
 	status = "okay";
 	#address-cells = <1>;
-- 
2.53.0



More information about the U-Boot mailing list