ramips: mt7621-dts: do not modify ethernet node for MeiG SLT866
authorArınç ÜNAL <arinc.unal@arinc9.com>
Sun, 28 Apr 2024 19:09:53 +0000 (22:09 +0300)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 1 May 2024 12:50:54 +0000 (13:50 +0100)
Currently, the pinctrl-0 property on the ethernet node is modified to
exclude the rgmii1 and rgmii2 pin groups to be claimed with rgmii1 and
rgmii2 functions, respectively. Remove the modification of this property as
we need these pin groups to be claimed with the said functions for this
device.

Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
target/linux/ramips/dts/mt7621_meig_slt866.dts

index d364a917942eb5ae5cd3fe9740fb0092aa543411..7c7d5e43c425d6caba97c9bebb843c3eea0e6508 100644 (file)
        };
 };
 
-&ethernet {
-       pinctrl-names = "default";
-       pinctrl-0 = <&mdio_pins>;
-};
-
 &gmac0 {
        nvmem-cells = <&macaddr_custom_40 0>;
        nvmem-cell-names = "mac-address";