diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-24 12:03:06 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-24 12:03:06 +0200 |
commit | 82bf6bf05f079ed3e743097ceea0927d7fb7412b (patch) | |
tree | 6bcbb586bd1fe4aa7396255fcc066552644b3101 | |
parent | 6ca6a709c27e9582d6150d3c39263f9e90427c36 (diff) | |
download | master-187ad058-82bf6bf05f079ed3e743097ceea0927d7fb7412b.tar.gz master-187ad058-82bf6bf05f079ed3e743097ceea0927d7fb7412b.tar.bz2 master-187ad058-82bf6bf05f079ed3e743097ceea0927d7fb7412b.zip |
ramips: disable unused ethernet ports on VoCore
Only ports 0 and 4 are used so disable the other ones in order to save power.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
-rw-r--r-- | target/linux/ramips/dts/VOCORE.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
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 { |