From: Marek Vasut Date: Mon, 20 Apr 2026 01:22:12 +0000 (+0200) Subject: arm: dts: renesas: Remove duplicate AVB pinmux assignment on V3M X-Git-Tag: v2026.07-rc2~22^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=529e62ecc709383351a2865f9a19431a3b170f3e;p=thirdparty%2Fu-boot.git arm: dts: renesas: Remove duplicate AVB pinmux assignment on V3M 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 --- 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>;