diff options
author | Tobias Welz <tw@wiznet.eu> | 2020-08-03 21:39:43 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-05 12:10:15 +0200 |
commit | 36d4c2272ec65490232e70d45b945b9f467b78f0 (patch) | |
tree | d797e4ec8db9daf44869e0d06a50b3e31b97dada /target/linux | |
parent | e47bec489f291be1f5af7acf027fff4969bba8b4 (diff) | |
download | upstream-36d4c2272ec65490232e70d45b945b9f467b78f0.tar.gz upstream-36d4c2272ec65490232e70d45b945b9f467b78f0.tar.bz2 upstream-36d4c2272ec65490232e70d45b945b9f467b78f0.zip |
ramips: disable unused phy ports of WizFi630S
WIZnet WizFi630S is using only 3 of the phy ports. The unused phy ports
draw unnecessarily power. This is disabling the unused phy ports.
Signed-off-by: Tobias Welz <tw@wiznet.eu>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts b/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts index 0aeff750e9..97755c2da1 100644 --- a/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts +++ b/target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts @@ -172,6 +172,7 @@ &esw { mediatek,portmap = <0x3e>; + mediatek,portdisable = <0x26>; }; &sdhci { |