From: David Bauer Date: Mon, 5 Aug 2019 20:37:46 +0000 (+0200) Subject: mpc85xx: correct OCEDO Panda LED definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0f3d54f5b70c42c2b0f7802970dac123ea0f8689;p=openwrt%2Fstaging%2Fzorun.git 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 (cherry picked from commit a3a2b4857eb9c926bdbce7809bf5bd92f777e967) --- diff --git a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts index 1dcaa7d296..f0fafa1b57 100644 --- a/target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts +++ b/target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts @@ -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"; };