diff options
author | Pavel Kubelun <be.dissent@gmail.com> | 2016-10-28 00:26:19 +0300 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-16 10:59:30 +0100 |
commit | 84781cb6dc2004912cde1e2b37c91148c19a9ac4 (patch) | |
tree | 57fb945dd3504033393ad53d2b8a2c115eb8d8f9 /target/linux/ipq806x/files | |
parent | 77b6bfc2f59e85f16880e61b75a3b0cdfa35e2d7 (diff) | |
download | upstream-84781cb6dc2004912cde1e2b37c91148c19a9ac4.tar.gz upstream-84781cb6dc2004912cde1e2b37c91148c19a9ac4.tar.bz2 upstream-84781cb6dc2004912cde1e2b37c91148c19a9ac4.zip |
ipq806x: add vlans during switch init into R7800 DT
Signed-off-by: Pavel Kubelun <be.dissent@gmail.com>
Diffstat (limited to 'target/linux/ipq806x/files')
-rw-r--r-- | target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts index 43ee572ac6..560a487567 100644 --- a/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts +++ b/target/linux/ipq806x/files/arch/arm/boot/dts/qcom-ipq8065-r7800.dts @@ -306,6 +306,10 @@ 0x009a0 0x1e864443 /* QM_PORT6_CTRL0 */ 0x009a4 0x000001c6 /* QM_PORT6_CTRL1 */ >; + qca,ar8327-vlans = < + 0x1 0x5e /* VLAN1 Ports 1/2/3/4/6 */ + 0x2 0x21 /* VLAN2 Ports 0/5 */ + >; }; phy4: ethernet-phy@4 { |