diff options
author | David Bauer <mail@david-bauer.net> | 2019-08-05 22:37:46 +0200 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2019-08-05 22:40:35 +0200 |
commit | 0f3d54f5b70c42c2b0f7802970dac123ea0f8689 (patch) | |
tree | f1de48a82d51d99143ab96321bf5c0e48b88c62c | |
parent | a941d39460b67d2d21e86d9c73d3e9b099b2d7fb (diff) | |
download | upstream-0f3d54f5b70c42c2b0f7802970dac123ea0f8689.tar.gz upstream-0f3d54f5b70c42c2b0f7802970dac123ea0f8689.tar.bz2 upstream-0f3d54f5b70c42c2b0f7802970dac123ea0f8689.zip |
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>
(cherry picked from commit a3a2b4857eb9c926bdbce7809bf5bd92f777e967)
-rw-r--r-- | target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts | 4 |
1 files changed, 2 insertions, 2 deletions
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"; }; |