diff options
| author | John Crispin | 2016-05-02 18:51:09 +0000 |
|---|---|---|
| committer | John Crispin | 2016-05-02 18:51:09 +0000 |
| commit | f486ff64dcd046d7a318ef4622973020a04e694c (patch) | |
| tree | 2dac54eccd8f9691e97ee626c5a7e68533ed9ba9 | |
| parent | 6a2886711c07c1dc8e73c12a3681cf8fc65b612c (diff) | |
| download | archive-f486ff64dcd046d7a318ef4622973020a04e694c.tar.gz | |
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
| -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 { |