diff options
| author | Tobias Welz | 2020-08-03 19:39:43 +0000 |
|---|---|---|
| committer | Adrian Schmutzler | 2020-08-08 14:36:08 +0000 |
| commit | a81c459d999fc6afeb7d4e2166ee64572d57ae86 (patch) | |
| tree | 23944fa3a25e16607d2c42cca3e2923b6a816560 | |
| parent | 9d2dea8302f5bafb44f83af74c11213673414b42 (diff) | |
| download | openwrt-a81c459d999fc6afeb7d4e2166ee64572d57ae86.tar.gz | |
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)
| -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 { |