summaryrefslogtreecommitdiff
path: root/target/linux/mvebu
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
parentf9aeee6a6ab487017960666046e4a98ae6810a29 (diff)
downloadmtk-20170518-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.zip
mtk-20170518-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.tar.gz
mtk-20170518-1cebada22bbe5c8431ff4e7297a9ef3cac3d2f58.tar.bz2
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')
-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 ad04415..3dee564 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 {