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:
parent
5e96c2d541
commit
4810f3f803
3 changed files with 4 additions and 4 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue