]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm: dts: renesas: Remove duplicate AVB pinmux assignment on V3M
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 20 Apr 2026 01:22:12 +0000 (03:22 +0200)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 5 May 2026 10:53:53 +0000 (12:53 +0200)
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@mailbox.org>
arch/arm/dts/r8a77970-eagle-u-boot.dtsi
arch/arm/dts/r8a77970-v3msk-u-boot.dtsi

index b18ec9a695d09c782e389fd3a1d8c8b898f9a283..27709ac8a71f559d8a643ca7f53bd36f6a0ea2ea 100644 (file)
        };
 };
 
-&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>;
index e5352a663f49d9ca817feaf0710c27bc89eefea5..a94fe92c831fff6db082a9b0b1776c311ef4da07 100644 (file)
        };
 };
 
-&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>;