[openwrt/openwrt] ramips: mt7621-dts: do not modify ethernet node for MeiG SLT866

LEDE Commits lede-commits at lists.infradead.org
Wed May 1 05:51:57 PDT 2024


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/007414aa7002d1f5e5a8ab473995a8e80f579476

commit 007414aa7002d1f5e5a8ab473995a8e80f579476
Author: Arınç ÜNAL <arinc.unal at arinc9.com>
AuthorDate: Sun Apr 28 22:09:53 2024 +0300

    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 <arinc.unal at arinc9.com>
---
 target/linux/ramips/dts/mt7621_meig_slt866.dts | 5 -----
 1 file changed, 5 deletions(-)

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 @@
 	};
 };
 
-&ethernet {
-	pinctrl-names = "default";
-	pinctrl-0 = <&mdio_pins>;
-};
-
 &gmac0 {
 	nvmem-cells = <&macaddr_custom_40 0>;
 	nvmem-cell-names = "mac-address";




More information about the lede-commits mailing list