From 82bf6bf05f079ed3e743097ceea0927d7fb7412b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 24 Jun 2016 12:03:06 +0200 Subject: ramips: disable unused ethernet ports on VoCore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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(-) (limited to 'target/linux') 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 { -- cgit v1.2.3