From 007414aa7002d1f5e5a8ab473995a8e80f579476 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ar=C4=B1n=C3=A7=20=C3=9CNAL?= Date: Sun, 28 Apr 2024 22:09:53 +0300 Subject: [PATCH] ramips: mt7621-dts: do not modify ethernet node for MeiG SLT866 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- 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 @@ }; }; -ðernet { - pinctrl-names = "default"; - pinctrl-0 = <&mdio_pins>; -}; - &gmac0 { nvmem-cells = <&macaddr_custom_40 0>; nvmem-cell-names = "mac-address"; -- 2.30.2