diff options
| author | Arınç ÜNAL | 2024-04-28 19:10:16 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-05-01 12:50:54 +0000 |
| commit | 7c9cd43ea28e5a36ef6e92284d3b7fb629eba9f5 (patch) | |
| tree | b9d3778f6e27e12be3b86ce67febaf83c440fdad | |
| parent | 007414aa7002d1f5e5a8ab473995a8e80f579476 (diff) | |
| download | openwrt-7c9cd43ea28e5a36ef6e92284d3b7fb629eba9f5.tar.gz | |
ramips: mt7621-dts: remove incorrect ethphy4 node for WAVLINK WL-WN573HX1
The ethernet-phy@4 node doesn't exist for WAVLINK WL-WN573HX1. Remove it
and the duplicate gmac0 node.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
| -rw-r--r-- | target/linux/ramips/dts/mt7621_wavlink_wl-wn573hx1.dts | 17 |
1 files changed, 0 insertions, 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@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@4 { - reg = <4>; - }; -}; - &switch0 { ports { port@3 { |