lantiq: xrx200: use vlan for ethernet wan port
authorMathias Kresin <dev@kresin.me>
Sat, 10 Sep 2016 09:05:56 +0000 (11:05 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 3 Jun 2017 14:09:33 +0000 (16:09 +0200)
commit254bf7961e57f65bad849dbab4b135d2a73b1f9b
tree9ca9f4753a8c74edb46a245598f69ec9a49f8911
parentb78bcdf6195c6ead5095489e8bb5e85eece44622
lantiq: xrx200: use vlan for ethernet wan port

Using the lantiq,wan device tree property for one interface node and
the lantiq,switch device tree property for another interface node at
the same time was never intended/isn't supported at the moment.

The property is meant to be used in two phy operation mode where one
phy is assigned to an interface without lantiq,* device tree property
and the other phy is assigned to an interface with the lantiq,wan
device property to have two netdevs.

If both properties are used at the same time, the lantiq,wan interface
is shown as independent netdev but not able to operate independent. The
port needs to be managed via swconfig. These dependency is not obvious
and fooled already a lot of users.

Add a default WAN vlan for xrx200 devices having an ethernet WAN port
and remove the lantiq,wan device tree property. Leave it up to the user
to set the ethernet WAN port as default WAN interface or to use this
port as additional LAN port.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/base-files/etc/board.d/02_network
target/linux/lantiq/dts/BTHOMEHUBV5A.dts
target/linux/lantiq/dts/VGV7510KW22.dtsi
target/linux/lantiq/dts/VGV7519.dtsi