diff options
author | Cezary Jackiewicz <cezary.jackiewicz@gmail.com> | 2016-05-19 07:37:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-23 11:03:23 +0200 |
commit | 296543099962be9d0896655586709249094624bd (patch) | |
tree | 11d6367a14e513d6c63e3958ecf6f5777c9d995d /target/linux/ramips/dts/MPRA2.dts | |
parent | 31293752c8fd5f8704172312fe81cb7ea675b831 (diff) | |
download | upstream-296543099962be9d0896655586709249094624bd.tar.gz upstream-296543099962be9d0896655586709249094624bd.tar.bz2 upstream-296543099962be9d0896655586709249094624bd.zip |
ramips: cleanup for Hame MPR-A2
- disable all ethernet ports except port 0 on MPR-A2
Port 0 is the only ethernet port on this router, so disable all other PHYs in order to save power.
- don't use a VLAN for the single ethernet port of the MPR-A2
Like A5-V11, this router only has one ethernet port.
Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
Diffstat (limited to 'target/linux/ramips/dts/MPRA2.dts')
-rw-r--r-- | target/linux/ramips/dts/MPRA2.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MPRA2.dts b/target/linux/ramips/dts/MPRA2.dts index df33edadd3..84f5dda3a6 100644 --- a/target/linux/ramips/dts/MPRA2.dts +++ b/target/linux/ramips/dts/MPRA2.dts @@ -101,7 +101,8 @@ }; &esw { - mediatek,portmap = <0x2f>; + mediatek,portmap = <0x1>; + mediatek,portdisable = <0x3e>; }; &wmac { |