mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
mpc85xx: correct OCEDO Panda LED definition
WLAN0 and the unused LED are currently swapped. Fix this, so the LED behavior matches the other OCEDo devices. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
c02b9818a5
commit
a3a2b4857e
@ -229,7 +229,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
wlan0 {
|
wlan0 {
|
||||||
gpios = <&gpio0 1 0>;
|
gpios = <&gpio0 3 0>;
|
||||||
label = "panda:yellow:wlan0";
|
label = "panda:yellow:wlan0";
|
||||||
linux,default-trigger = "phy0tpt";
|
linux,default-trigger = "phy0tpt";
|
||||||
};
|
};
|
||||||
@ -241,7 +241,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
tbd_orange {
|
tbd_orange {
|
||||||
gpios = <&gpio0 3 0>;
|
gpios = <&gpio0 1 0>;
|
||||||
label = "panda:orange:tbd";
|
label = "panda:orange:tbd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user