aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-24 19:23:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-24 19:23:47 +0000
commitcd5cca4ba81dd07c83c47033b3a76ef841d292be (patch)
tree53d62097ef1e32a5bbdf818c665b91d55606e0fc /target
parent4daefc948002ec2f85482cf0acc884a1ce3c8e79 (diff)
downloadupstream-cd5cca4ba81dd07c83c47033b3a76ef841d292be.tar.gz
upstream-cd5cca4ba81dd07c83c47033b3a76ef841d292be.tar.bz2
upstream-cd5cca4ba81dd07c83c47033b3a76ef841d292be.zip
ar71xx: fix USB power GPIO on the TL-WDR3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 36119
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c
index 785b21fd82..5020ba4a39 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c
@@ -37,7 +37,7 @@
#define WDR3500_GPIO_BTN_WPS 16
#define WDR3500_GPIO_BTN_RFKILL 17
-#define WDR3500_GPIO_USB_POWER 22
+#define WDR3500_GPIO_USB_POWER 12
#define WDR3500_KEYS_POLL_INTERVAL 20 /* msecs */
#define WDR3500_KEYS_DEBOUNCE_INTERVAL (3 * WDR3500_KEYS_POLL_INTERVAL)