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/ramips/dts/F5D8235_V1.dts | |
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/ramips/dts/F5D8235_V1.dts')
-rw-r--r-- | target/linux/ramips/dts/F5D8235_V1.dts | 4 |
1 files changed, 2 insertions, 2 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>; }; |