summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/files
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-06-29 21:26:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-06-29 21:26:01 +0000
commit1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58 (patch)
treedbb951a5840bc4ad958eff26f31ae4c4fa06228a /target/linux/mvebu/files
parentf9aeee6a6ab487017960666046e4a98ae6810a29 (diff)
downloadmaster-31e0f0ae-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.tar.gz
master-31e0f0ae-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.tar.bz2
master-31e0f0ae-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/mvebu/files')
-rw-r--r--target/linux/mvebu/files/arch/arm/boot/dts/armada-xp-mamba.dts2
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 {