[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-a3cf2f4a3e73
master
Imre Kaloz 2014-06-29 21:26:01 +00:00
parent 93c0ebe720
commit a4f608b8ac
1 changed files with 1 additions and 1 deletions

View File

@ -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 {