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 | a4f608b8acb5a7b90c97a7e677eb6df950060474 (patch) | |
tree | fa3d7a30e3c2d45c9d65ea1e93557a7f5e7c0f33 /target/linux/mvebu/files | |
parent | 93c0ebe7204c57cfbfc9cc264e148dfa1e02798e (diff) | |
download | master-187ad058-a4f608b8acb5a7b90c97a7e677eb6df950060474.tar.gz master-187ad058-a4f608b8acb5a7b90c97a7e677eb6df950060474.tar.bz2 master-187ad058-a4f608b8acb5a7b90c97a7e677eb6df950060474.zip |
[mvebu]: fix the WPS button's GPIO number on the mamba
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/files')
-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 { |