mpc85xx: correct OCEDO Panda LED definition
authorDavid Bauer <mail@david-bauer.net>
Mon, 5 Aug 2019 20:37:46 +0000 (22:37 +0200)
committerDavid Bauer <mail@david-bauer.net>
Mon, 5 Aug 2019 20:37:46 +0000 (22:37 +0200)
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>
target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts

index 1dcaa7d296ffd7c87e523f21324eee3b3a8d893d..f0fafa1b57769ff1545ea9837f1d2678135bce8e 100644 (file)
                };
 
                wlan0 {
-                       gpios = <&gpio0 1 0>;
+                       gpios = <&gpio0 3 0>;
                        label = "panda:yellow:wlan0";
                        linux,default-trigger = "phy0tpt";
                };
                };
 
                tbd_orange {
-                       gpios = <&gpio0 3 0>;
+                       gpios = <&gpio0 1 0>;
                        label = "panda:orange:tbd";
                };