aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-05-23 15:26:51 +0000
committerJohn Crispin <blogic@openwrt.org>2015-05-23 15:26:51 +0000
commit5fe8dd65d8822368012b99d226e03a6cbf1bb0cf (patch)
treec1b4a37937ae236a8a8929ebd0bab577eb1034ee
parent281749de0b7e667e575aa7c9e9b2e63286f51611 (diff)
downloadmaster-187ad058-5fe8dd65d8822368012b99d226e03a6cbf1bb0cf.tar.gz
master-187ad058-5fe8dd65d8822368012b99d226e03a6cbf1bb0cf.tar.bz2
master-187ad058-5fe8dd65d8822368012b99d226e03a6cbf1bb0cf.zip
ramips: fix switch names for several boards in device tree
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45723 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/dts/F5D8235_V1.dts4
-rw-r--r--target/linux/ramips/dts/F5D8235_V2.dts2
-rw-r--r--target/linux/ramips/dts/WL-351.dts2
3 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ramips/dts/F5D8235_V1.dts b/target/linux/ramips/dts/F5D8235_V1.dts
index 9026d82b73..2e88abd494 100644
--- a/target/linux/ramips/dts/F5D8235_V1.dts
+++ b/target/linux/ramips/dts/F5D8235_V1.dts
@@ -68,8 +68,8 @@
ralink,mtd-eeprom = <&u-boot 0x40000>;
};
*/
- rtl8367s {
- compatible = "realtek,rtl8367s";
+ rtl8366s {
+ compatible = "realtek,rtl8366s";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};
diff --git a/target/linux/ramips/dts/F5D8235_V2.dts b/target/linux/ramips/dts/F5D8235_V2.dts
index 7eaf16542b..792249c231 100644
--- a/target/linux/ramips/dts/F5D8235_V2.dts
+++ b/target/linux/ramips/dts/F5D8235_V2.dts
@@ -63,7 +63,7 @@
};
rtl8366rb {
- compatible = "rtl8367rb";
+ compatible = "rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};
diff --git a/target/linux/ramips/dts/WL-351.dts b/target/linux/ramips/dts/WL-351.dts
index fd30160692..81c963b119 100644
--- a/target/linux/ramips/dts/WL-351.dts
+++ b/target/linux/ramips/dts/WL-351.dts
@@ -106,7 +106,7 @@
};
rtl8366rb {
- compatible = "rtl8367rb";
+ compatible = "rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};