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>
};
};
-&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>;
};
};
-&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>;