diff options
author | John Crispin <john@openwrt.org> | 2013-10-15 14:56:49 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-15 14:56:49 +0000 |
commit | 9a97c56535bb797f63847b8268efb0b035dddb51 (patch) | |
tree | 7a19e4dabeaa400703857b066a808d3dab662206 /target | |
parent | fce216ac7e7ec31ff59d64c5033d0b2e7022dc27 (diff) | |
download | upstream-9a97c56535bb797f63847b8268efb0b035dddb51.tar.gz upstream-9a97c56535bb797f63847b8268efb0b035dddb51.tar.bz2 upstream-9a97c56535bb797f63847b8268efb0b035dddb51.zip |
ralink: fix default vlan mapping for MT7620a_MT7610e
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38418
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7610e.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MT7620a_MT7610e.dts b/target/linux/ramips/dts/MT7620a_MT7610e.dts index 4ff8747562..8809286461 100644 --- a/target/linux/ramips/dts/MT7620a_MT7610e.dts +++ b/target/linux/ramips/dts/MT7620a_MT7610e.dts @@ -59,10 +59,11 @@ pinctrl-names = "default"; pinctrl-0 = <&ephy_pins>; + + ralink,port-map = "llllw"; }; gsw@10110000 { - status = "okay"; ralink,port4 = "ephy"; }; |