[openwrt/openwrt] ramips: mt7621-dts: remove incorrect ethphy4 node for WAVLINK WL-WN573HX1

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


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7c9cd43ea28e5a36ef6e92284d3b7fb629eba9f5

commit 7c9cd43ea28e5a36ef6e92284d3b7fb629eba9f5
Author: Arınç ÜNAL <arinc.unal at arinc9.com>
AuthorDate: Sun Apr 28 22:10:16 2024 +0300

    ramips: mt7621-dts: remove incorrect ethphy4 node for WAVLINK WL-WN573HX1
    
    The ethernet-phy at 4 node doesn't exist for WAVLINK WL-WN573HX1. Remove it
    and the duplicate gmac0 node.
    
    Signed-off-by: Arınç ÜNAL <arinc.unal at arinc9.com>
---
 target/linux/ramips/dts/mt7621_wavlink_wl-wn573hx1.dts | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/target/linux/ramips/dts/mt7621_wavlink_wl-wn573hx1.dts b/target/linux/ramips/dts/mt7621_wavlink_wl-wn573hx1.dts
index 05d8e4a5ae..7080dad145 100644
--- a/target/linux/ramips/dts/mt7621_wavlink_wl-wn573hx1.dts
+++ b/target/linux/ramips/dts/mt7621_wavlink_wl-wn573hx1.dts
@@ -47,12 +47,6 @@
 	nvmem-cell-names = "mac-address";
 };
 
-&mdio {
-	ethphy4: ethernet-phy at 4 {
-		reg = <4>;
-	};
-};
-
 &pcie {
 	status = "okay";
 };
@@ -119,17 +113,6 @@
 	};
 };
 
-&gmac0 {
-	nvmem-cells = <&macaddr_factory_3fff4>;
-	nvmem-cell-names = "mac-address";
-};
-
-&mdio {
-	ethphy4: ethernet-phy at 4 {
-		reg = <4>;
-	};
-};
-
 &switch0 {
 	ports {
 		port at 3 {




More information about the lede-commits mailing list