mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 21:59:32 +00:00
ramips: Disable all ethernet ports except port 0 on A5-V11.
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 <openwrt@vittgam.net> SVN-Revision: 49292
This commit is contained in:
parent
d5114b509b
commit
3f638902b6
@ -62,7 +62,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
esw@10110000 {
|
esw@10110000 {
|
||||||
mediatek,portmap = <0x2f>;
|
mediatek,portmap = <0x1>;
|
||||||
|
mediatek,portdisable = <0x3e>;
|
||||||
};
|
};
|
||||||
|
|
||||||
wmac@10180000 {
|
wmac@10180000 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user