From: juhosg Date: Sun, 24 Mar 2013 19:23:47 +0000 (+0000) Subject: ar71xx: fix USB power GPIO on the TL-WDR3500 X-Git-Tag: fast2504n-3.10.28-merged~2991 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3b20479d2626ee617a0869b7788c41e62e8cbe05;p=openwrt.git ar71xx: fix USB power GPIO on the TL-WDR3500 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36119 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)