[mvebu]: fix the WPS button's GPIO number on the mamba
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jun 2014 21:26:01 +0000 (21:26 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 29 Jun 2014 21:26:01 +0000 (21:26 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41392 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index ad04415..3dee564 100644 (file)
                button@1 {
                        label = "WPS";
                        linux,code = <KEY_WPS_BUTTON>;
-                       gpios = <&gpio0 32 GPIO_ACTIVE_HIGH>;
+                       gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
                };
 
                button@2 {