fix the WPS button's GPIO number on the mamba
authorImre Kaloz <kaloz@openwrt.org>
Sun, 29 Jun 2014 21:26:01 +0000 (21:26 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Sun, 29 Jun 2014 21:26:01 +0000 (21:26 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41392

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

index ad0441583b2d2aeefb6076f7c7f45dfd1db02e23..3dee564a46950aaee63666ba87d5a14e0485a437 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 {