mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
@@ -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>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user