diff options
author | Tobias Welz <tw@wiznet.eu> | 2020-08-03 21:39:43 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2020-08-08 16:36:08 +0200 |
commit | a81c459d999fc6afeb7d4e2166ee64572d57ae86 (patch) | |
tree | 23944fa3a25e16607d2c42cca3e2923b6a816560 /target/linux | |
parent | 9d2dea8302f5bafb44f83af74c11213673414b42 (diff) | |
download | upstream-a81c459d999fc6afeb7d4e2166ee64572d57ae86.tar.gz upstream-a81c459d999fc6afeb7d4e2166ee64572d57ae86.tar.bz2 upstream-a81c459d999fc6afeb7d4e2166ee64572d57ae86.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>
(cherry picked from commit 36d4c2272ec65490232e70d45b945b9f467b78f0)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/WIZFI630S.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/WIZFI630S.dts b/target/linux/ramips/dts/WIZFI630S.dts index 13c8f68f15..a03af8ae7e 100644 --- a/target/linux/ramips/dts/WIZFI630S.dts +++ b/target/linux/ramips/dts/WIZFI630S.dts @@ -181,6 +181,7 @@ &esw { mediatek,portmap = <0x3e>; + mediatek,portdisable = <0x26>; }; &sdhci { |