diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2016-05-02 18:51:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:12 +0200 |
commit | d5114b509b5779c54e80b815ca5f8c6fdb43d34b (patch) | |
tree | 1bad0e50a0d96f4a33ccf2093bc277dd911c8b0b /target/linux | |
parent | 12758e32d3309c5147bd342525320ad704e74a07 (diff) | |
download | master-31e0f0ae-d5114b509b5779c54e80b815ca5f8c6fdb43d34b.tar.gz master-31e0f0ae-d5114b509b5779c54e80b815ca5f8c6fdb43d34b.tar.bz2 master-31e0f0ae-d5114b509b5779c54e80b815ca5f8c6fdb43d34b.zip |
ramips: Disable all ethernet ports except port 4 on HT-TM02.
Port 4 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: 49291
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/HT-TM02.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/HT-TM02.dts b/target/linux/ramips/dts/HT-TM02.dts index bb7f33379f..34491b4775 100644 --- a/target/linux/ramips/dts/HT-TM02.dts +++ b/target/linux/ramips/dts/HT-TM02.dts @@ -63,6 +63,7 @@ esw@10110000 { mediatek,portmap = <0x10>; + mediatek,portdisable = <0x2f>; }; wmac@10180000 { |