lantiq: xrx200: use vlan for ethernet wan port
authorMathias Kresin <dev@kresin.me>
Sat, 10 Sep 2016 09:05:56 +0000 (11:05 +0200)
committerMathias Kresin <dev@kresin.me>
Sat, 11 Mar 2017 12:45:00 +0000 (13:45 +0100)
commitcd8b20931ee40a5cdf008e6087b35e7770fc51a1
tree6e8c86a9a7ad6a87791950e3da10a40569e4e83a
parent0f01253b257b8e832bea8b63115d4a4280375ccb
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