diff options
author | John Crispin <john@openwrt.org> | 2015-05-23 15:26:51 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-05-23 15:26:51 +0000 |
commit | 4810f3f8037389d2efe0c4ea750ec7d6218d5902 (patch) | |
tree | 9411c7b85bf57fcf454e19760975ca0933e91750 /target/linux | |
parent | 5e96c2d5413425816eb2e0113d0dca994ba7275c (diff) | |
download | upstream-4810f3f8037389d2efe0c4ea750ec7d6218d5902.tar.gz upstream-4810f3f8037389d2efe0c4ea750ec7d6218d5902.tar.bz2 upstream-4810f3f8037389d2efe0c4ea750ec7d6218d5902.zip |
ramips: fix switch names for several boards in device tree
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45723
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V1.dts | 4 | ||||
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V2.dts | 2 | ||||
-rw-r--r-- | target/linux/ramips/dts/WL-351.dts | 2 |
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>; }; |