diff options
author | Mathias Kresin <dev@kresin.me> | 2016-05-26 23:08:22 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-27 15:50:16 +0200 |
commit | 1e395608cc7e0614f36137ad2a4b3ea6836fd9d6 (patch) | |
tree | 8b89391a116a39e6b00a3c3000cac0143557f302 /target/linux/lantiq/dts | |
parent | 1deab53d88cf4f69efbffeb4716a100d42b0aace (diff) | |
download | mtk-20170518-1e395608cc7e0614f36137ad2a4b3ea6836fd9d6.zip mtk-20170518-1e395608cc7e0614f36137ad2a4b3ea6836fd9d6.tar.gz mtk-20170518-1e395608cc7e0614f36137ad2a4b3ea6836fd9d6.tar.bz2 |
lantiq: VGV7519 - add vlan support
Add the lantiq,switch property to enable vlans and setup them up.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 7891ab1..005cecd 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -227,6 +227,7 @@ #size-cells = <0>; reg = <0>; mac-address = [ 00 11 22 33 44 55 ]; + lantiq,switch; ethernet@0 { compatible = "lantiq,xrx200-pdi-port"; |