diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-03 18:03:27 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-01-03 18:03:27 +0000 |
commit | 72104c0406645fbd993b82fe60eb505bbf7fb115 (patch) | |
tree | 9bf09e7236e9ca71d05b36fb802437f49421ce75 /target/linux | |
parent | f92804f323d613e1c7809fe250e260b1279c2e11 (diff) | |
download | upstream-72104c0406645fbd993b82fe60eb505bbf7fb115.tar.gz upstream-72104c0406645fbd993b82fe60eb505bbf7fb115.tar.bz2 upstream-72104c0406645fbd993b82fe60eb505bbf7fb115.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>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@48097 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 40d9e019b0..f3b8faa1a0 100644 --- a/target/linux/ramips/dts/HT-TM02.dts +++ b/target/linux/ramips/dts/HT-TM02.dts @@ -57,6 +57,7 @@ esw@10110000 { ralink,portmap = <0x10>; + ralink,portdisable = <0x2f>; }; wmac@10180000 { |