[mvebu]: fix the WPS button's GPIO number on the mamba
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41392 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
93c0ebe720
commit
a4f608b8ac
|
@ -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 New Issue