diff options
author | John Crispin <john@phrozen.org> | 2016-08-12 14:51:59 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-08-15 15:18:35 +0200 |
commit | 675407baa44a8700de20b6b2857009a552a807ba (patch) | |
tree | 22e664fb64f38dc3346217a20b2fa933d2e31df7 /target/linux/ramips/dts/FONERA20N.dts | |
parent | 63f6fc5c16996cc47369bb0d6ef28ccd39845e7b (diff) | |
download | upstream-675407baa44a8700de20b6b2857009a552a807ba.tar.gz upstream-675407baa44a8700de20b6b2857009a552a807ba.tar.bz2 upstream-675407baa44a8700de20b6b2857009a552a807ba.zip |
kernel/swconfig: remove obsolete portmapping feature from swconfig
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/ramips/dts/FONERA20N.dts')
-rw-r--r-- | target/linux/ramips/dts/FONERA20N.dts | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/ramips/dts/FONERA20N.dts b/target/linux/ramips/dts/FONERA20N.dts index b7eb91ea7b..004a2c0889 100644 --- a/target/linux/ramips/dts/FONERA20N.dts +++ b/target/linux/ramips/dts/FONERA20N.dts @@ -93,36 +93,6 @@ &esw { mediatek,portmap = <0x2f>; - - port@0 { - compatible = "swconfig,port"; - swconfig,segment = "lan"; - swconfig,portmap = <0 4>; - }; - - port@1 { - compatible = "swconfig,port"; - swconfig,segment = "lan"; - swconfig,portmap = <1 3>; - }; - - port@2 { - compatible = "swconfig,port"; - swconfig,segment = "lan"; - swconfig,portmap = <2 2>; - }; - - port@3 { - compatible = "swconfig,port"; - swconfig,segment = "lan"; - swconfig,portmap = <3 1>; - }; - - port@4 { - compatible = "swconfig,port"; - swconfig,segment = "wan"; - swconfig,portmap = <4 0>; - }; }; &wmac { |