aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts
diff options
context:
space:
mode:
authorMichael Pratt <mcpratt@pm.me>2021-03-31 16:09:37 -0400
committerPetr Štetiar <ynezz@true.cz>2022-04-19 14:48:21 +0200
commita14c2d409c44c7562b29b79549fdf51566b59db0 (patch)
treea3c8cea0652e09cffb2b8c97601127c45fcef4ce /target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts
parentc652a06eefc03a69dfc509880313f44e44c7966a (diff)
downloadupstream-a14c2d409c44c7562b29b79549fdf51566b59db0.tar.gz
upstream-a14c2d409c44c7562b29b79549fdf51566b59db0.tar.bz2
upstream-a14c2d409c44c7562b29b79549fdf51566b59db0.zip
ramips: mt7620: simplify DTS properties for GMAC
There are only 2 options in the driver for the function of mt7620 internal switch port 4: EPHY mode (RJ-45, internal PHY) GMAC mode (RGMII, external PHY) Let the DTS property be boolean instead of string where EPHY mode is the default. Fix how the properties are written for all DTS that use them, and add missing nodes where applicable, and remove useless nodes, and minor DTS formatting. Signed-off-by: Michael Pratt <mcpratt@pm.me> (cherry picked from commit 953bfe2eb3b7236a72fa41ab2204fdaa9fd09f65)
Diffstat (limited to 'target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts')
-rw-r--r--target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts4
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts b/target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts
index df9c9689c3..e1c5568ed8 100644
--- a/target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts
+++ b/target/linux/ramips/dts/mt7620a_planex_mzk-750dhp.dts
@@ -114,10 +114,6 @@
mediatek,portmap = "llllw";
};
-&gsw {
- mediatek,port4 = "ephy";
-};
-
&wmac {
ralink,mtd-eeprom = <&factory 0x0>;
};