diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-29 21:26:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-29 21:26:01 +0000 |
commit | 1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58 (patch) | |
tree | dbb951a5840bc4ad958eff26f31ae4c4fa06228a /target/linux | |
parent | f9aeee6a6ab487017960666046e4a98ae6810a29 (diff) | |
download | upstream-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.tar.gz upstream-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.tar.bz2 upstream-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.zip |
fix the WPS button's GPIO number on the mamba
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41392
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <KEY_WPS_BUTTON>; - gpios = <&gpio0 32 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>; }; button@2 { |