Răsfoiți Sursa

fix the WPS button's GPIO number on the mamba

Signed-off-by: Imre Kaloz <[email protected]>

SVN-Revision: 41392
Imre Kaloz 11 ani în urmă
părinte
comite
1cebada22b

+ 1 - 1
target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts

@@ -245,7 +245,7 @@
 		button@1 {
 		button@1 {
 			label = "WPS";
 			label = "WPS";
 			linux,code = <KEY_WPS_BUTTON>;
 			linux,code = <KEY_WPS_BUTTON>;
-			gpios = <&gpio0 32 GPIO_ACTIVE_HIGH>;
+			gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
 		};
 		};
 
 
 		button@2 {
 		button@2 {