diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-24 19:23:47 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-03-24 19:23:47 +0000 |
commit | 3b20479d2626ee617a0869b7788c41e62e8cbe05 (patch) | |
tree | 2782be47ac5301267bd9596524cdfa1fae4b0df7 /target/linux/ar71xx/files/arch | |
parent | c981f92a29a2dd4e511e843f13c6d91b5f670c54 (diff) |
ar71xx: fix USB power GPIO on the TL-WDR3500
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36119 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-tl-wdr3500.c | 2 |
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) |