aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips
diff options
context:
space:
mode:
authorStanislav Galabov <sgalabov@gmail.com>2016-06-24 12:59:10 +0200
committerZoltan HERPAI <wigyori@uid0.hu>2016-06-24 12:59:10 +0200
commitfa132c2a36cc267a4b3681729ddeb04aaa7d0cc1 (patch)
tree06e5b9135d02ad7b94447a2eb1342dd34b489930 /target/linux/ramips
parentcae16a2a6fe411fdf9959e6a9a30b111f7b5729c (diff)
downloadmaster-187ad058-fa132c2a36cc267a4b3681729ddeb04aaa7d0cc1.tar.gz
master-187ad058-fa132c2a36cc267a4b3681729ddeb04aaa7d0cc1.tar.bz2
master-187ad058-fa132c2a36cc267a4b3681729ddeb04aaa7d0cc1.zip
ramips: Add specific compatible properties for esw
Currently, for RT5350 and MT7628, esw is marked as compatible with "ralink,rt3050-esw". While this is true, the switches within RT5350 and MT7628 actually support more functionality than the RT3050 switch. One such example is per-VLAN untagging, which is an important feature. RT3352 is another example of this, but it already has an additional compatible property, which allows to differentiate it from RT3050. This commit adds such more specific properties for RT5350 and MT7628 as well. Signed-off-by: Stanislav Galabov <sgalabov@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r--target/linux/ramips/dts/mt7628an.dtsi2
-rw-r--r--target/linux/ramips/dts/rt5350.dtsi2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index 6b8b1b73d0..0b16a9f60d 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -415,7 +415,7 @@
};
esw: esw@10110000 {
- compatible = "ralink,rt3050-esw";
+ compatible = "mediatek,mt7628-esw", "ralink,rt3050-esw";
reg = <0x10110000 0x8000>;
resets = <&rstctrl 23>;
diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi
index 1f71795fcf..05dce6d3e0 100644
--- a/target/linux/ramips/dts/rt5350.dtsi
+++ b/target/linux/ramips/dts/rt5350.dtsi
@@ -296,7 +296,7 @@
};
esw: esw@10110000 {
- compatible = "ralink,rt3050-esw";
+ compatible = "ralink,rt5350-esw", "ralink,rt3050-esw";
reg = <0x10110000 0x8000>;
resets = <&rstctrl 23>;