1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

fix the WPS button's GPIO number on the mamba

Signed-off-by: Imre Kaloz <kaloz@openwrt.org>

SVN-Revision: 41392
This commit is contained in:
Imre Kaloz 2014-06-29 21:26:01 +00:00
parent f9aeee6a6a
commit 1cebada22b

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