Skip to content
Snippets Groups Projects
Commit a3a2b485 authored by David Bauer's avatar David Bauer
Browse files

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: default avatarDavid Bauer <mail@david-bauer.net>
parent c02b9818
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@
};
wlan0 {
gpios = <&gpio0 1 0>;
gpios = <&gpio0 3 0>;
label = "panda:yellow:wlan0";
linux,default-trigger = "phy0tpt";
};
......@@ -241,7 +241,7 @@
};
tbd_orange {
gpios = <&gpio0 3 0>;
gpios = <&gpio0 1 0>;
label = "panda:orange:tbd";
};
......
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