Port 0 is the only ethernet port on this router, so disable all other PHYs in order to save power.
Signed-off-by: Vittorio Gambaletta <[email protected]> --- --- a/target/linux/ramips/dts/A5-V11.dts +++ b/target/linux/ramips/dts/A5-V11.dts @@ -60,7 +60,8 @@ }; esw@10110000 { - ralink,portmap = <0x2f>; + ralink,portmap = <0x1>; + ralink,portdisable = <0x3e>; }; wmac@10180000 { _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
