From 296543099962be9d0896655586709249094624bd Mon Sep 17 00:00:00 2001 From: Cezary Jackiewicz Date: Thu, 19 May 2016 07:37:58 +0200 Subject: 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 --- target/linux/ramips/dts/MPRA2.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/linux/ramips/dts') 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 { -- cgit v1.2.3