diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-14 12:40:03 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-14 12:40:03 +0200 |
commit | 20b069c440c1061bda64808018be9254cea7f220 (patch) | |
tree | 82234753094cc9b8224925d22970f441063120fc /target/linux/ramips | |
parent | f8abb68e3a1b78ff5a8d616994daa9721fe8fc83 (diff) | |
download | upstream-20b069c440c1061bda64808018be9254cea7f220.tar.gz upstream-20b069c440c1061bda64808018be9254cea7f220.tar.bz2 upstream-20b069c440c1061bda64808018be9254cea7f220.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>
Diffstat (limited to 'target/linux/ramips')
-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 { |