From: Imre Kaloz Date: Sun, 29 Jun 2014 21:26:01 +0000 (+0000) Subject: [mvebu]: fix the WPS button's GPIO number on the mamba X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e12aa7db1df049709f42135f9c69a7671b16b276;p=openwrt%2Fsvn-archive%2Farchive.git [mvebu]: fix the WPS button's GPIO number on the mamba Signed-off-by: Imre Kaloz SVN-Revision: 41392 --- diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts index ad0441583b..3dee564a46 100644 --- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts +++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts @@ -245,7 +245,7 @@ button@1 { label = "WPS"; linux,code = ; - gpios = <&gpio0 32 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; }; button@2 {