Skip to content
Snippets Groups Projects
Commit 4810f3f8 authored by John Crispin's avatar John Crispin
Browse files

ramips: fix switch names for several boards in device tree


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

SVN-Revision: 45723
parent 5e96c2d5
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
};
......
......@@ -63,7 +63,7 @@
};
rtl8366rb {
compatible = "rtl8367rb";
compatible = "rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};
......
......@@ -106,7 +106,7 @@
};
rtl8366rb {
compatible = "rtl8367rb";
compatible = "rtl8366rb";
gpio-sda = <&gpio0 1 0>;
gpio-sck = <&gpio0 2 0>;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment