summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArınç ÜNAL <arinc.unal@arinc9.com>2024-04-28 22:09:53 +0300
committerDaniel Golle <daniel@makrotopia.org>2024-05-01 13:50:54 +0100
commit007414aa7002d1f5e5a8ab473995a8e80f579476 (patch)
tree768ee7d778e3ec84513a5a8699d29655e59f573a
parentd06bcbe5bffc9aea68c518ea672f4e799a6e9b26 (diff)
downloadopenwrt-007414aa7002d1f5e5a8ab473995a8e80f579476.tar.gz
openwrt-007414aa7002d1f5e5a8ab473995a8e80f579476.tar.bz2
openwrt-007414aa7002d1f5e5a8ab473995a8e80f579476.zip
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@arinc9.com>
-rw-r--r--target/linux/ramips/dts/mt7621_meig_slt866.dts5
1 files changed, 0 insertions, 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";