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:
parent
f9aeee6a6a
commit
1cebada22b
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue