mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-09 20:31:59 +00:00
ramips: disable unused ethernet ports on VoCore
Only ports 0 and 4 are used so disable the other ones in order to save power. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
f8abb68e3a
commit
20b069c440
@ -169,7 +169,8 @@
|
||||
};
|
||||
|
||||
&esw {
|
||||
mediatek,portmap = <0x17>;
|
||||
mediatek,portmap = <0x11>;
|
||||
mediatek,portdisable = <0x2e>;
|
||||
};
|
||||
|
||||
&wmac {
|
||||
|
Loading…
x
Reference in New Issue
Block a user