From: Arınç ÜNAL Date: Sun, 28 Apr 2024 19:09:53 +0000 (+0300) Subject: ramips: mt7621-dts: do not modify ethernet node for MeiG SLT866 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=007414aa7002d1f5e5a8ab473995a8e80f579476;p=openwrt%2Fstaging%2Fnbd.git ramips: mt7621-dts: do not modify ethernet node for MeiG SLT866 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 --- diff --git a/target/linux/ramips/dts/mt7621_meig_slt866.dts b/target/linux/ramips/dts/mt7621_meig_slt866.dts index d364a91794..7c7d5e43c4 100644 --- a/target/linux/ramips/dts/mt7621_meig_slt866.dts +++ b/target/linux/ramips/dts/mt7621_meig_slt866.dts @@ -185,11 +185,6 @@ }; }; -ðernet { - pinctrl-names = "default"; - pinctrl-0 = <&mdio_pins>; -}; - &gmac0 { nvmem-cells = <&macaddr_custom_40 0>; nvmem-cell-names = "mac-address";