From 20b069c440c1061bda64808018be9254cea7f220 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 14 May 2016 12:40:03 +0200 Subject: [PATCH] ramips: disable unused ethernet ports on VoCore MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Only ports 0 and 4 are used so disable the other ones in order to save power. Signed-off-by: Álvaro Fernández Rojas --- target/linux/ramips/dts/VOCORE.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ramips/dts/VOCORE.dtsi b/target/linux/ramips/dts/VOCORE.dtsi index cf775199fa..93e601cdaf 100644 --- a/target/linux/ramips/dts/VOCORE.dtsi +++ b/target/linux/ramips/dts/VOCORE.dtsi @@ -169,7 +169,8 @@ }; &esw { - mediatek,portmap = <0x17>; + mediatek,portmap = <0x11>; + mediatek,portdisable = <0x2e>; }; &wmac { -- 2.30.2