diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2016-05-02 18:51:13 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:12 +0200 |
commit | 3f638902b6010c565d5e76fc324d7b3251eacbad (patch) | |
tree | c457563cbbf4f124949520f651882a56ecdc69ed /target/linux/ramips/dts | |
parent | d5114b509b5779c54e80b815ca5f8c6fdb43d34b (diff) | |
download | upstream-3f638902b6010c565d5e76fc324d7b3251eacbad.tar.gz upstream-3f638902b6010c565d5e76fc324d7b3251eacbad.tar.bz2 upstream-3f638902b6010c565d5e76fc324d7b3251eacbad.zip |
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
Diffstat (limited to 'target/linux/ramips/dts')
-rw-r--r-- | target/linux/ramips/dts/A5-V11.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/A5-V11.dts b/target/linux/ramips/dts/A5-V11.dts index 63d9604305..25ab924043 100644 --- a/target/linux/ramips/dts/A5-V11.dts +++ b/target/linux/ramips/dts/A5-V11.dts @@ -62,7 +62,8 @@ }; esw@10110000 { - mediatek,portmap = <0x2f>; + mediatek,portmap = <0x1>; + mediatek,portdisable = <0x3e>; }; wmac@10180000 { |