[openwrt/openwrt] ramips: disable unused phy ports of WizFi630S

LEDE Commits lede-commits at lists.infradead.org
Wed Aug 5 06:10:24 EDT 2020


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/36d4c2272ec65490232e70d45b945b9f467b78f0

commit 36d4c2272ec65490232e70d45b945b9f467b78f0
Author: Tobias Welz <tw at wiznet.eu>
AuthorDate: Mon Aug 3 21:39:43 2020 +0200

    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 at wiznet.eu>
---
 target/linux/ramips/dts/mt7628an_wiznet_wizfi630s.dts | 1 +
 1 file changed, 1 insertion(+)

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 {



More information about the lede-commits mailing list