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
This commit is contained in:
John Crispin
2015-05-23 15:26:51 +00:00
parent 281749de0b
commit 5fe8dd65d8
3 changed files with 4 additions and 4 deletions

View File

@@ -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>;
};

View File

@@ -63,7 +63,7 @@
};
rtl8366rb {
compatible = "rtl8367rb";
compatible = "rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};

View File

@@ -106,7 +106,7 @@
};
rtl8366rb {
compatible = "rtl8367rb";
compatible = "rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};