Просмотр исходного кода

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 <[email protected]>
David Bauer 6 лет назад
Родитель
Сommit
a3a2b4857e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      target/linux/mpc85xx/files/arch/powerpc/boot/dts/panda.dts

+ 2 - 2
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";
 		};