ramips: fix switch names for several boards in device tree

Signed-off-by: Roman Yeryomin <roman@advem.lv>

SVN-Revision: 45723
This commit is contained in:
John Crispin 2015-05-23 15:26:51 +00:00
parent 5e96c2d541
commit 4810f3f803
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>;
};