From a4f608b8acb5a7b90c97a7e677eb6df950060474 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sun, 29 Jun 2014 21:26:01 +0000 Subject: [mvebu]: fix the WPS button's GPIO number on the mamba Signed-off-by: Imre Kaloz 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/mvebu') 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 { -- cgit v1.2.3