diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-24 19:23:47 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-24 19:23:47 +0000 |
commit | 63d557f83b2634c4b317f679756e7f1569c92f88 (patch) | |
tree | 2782be47ac5301267bd9596524cdfa1fae4b0df7 /target/linux | |
parent | 8a0c27842729306e855c4d9407c780fc84c40b11 (diff) | |
download | upstream-63d557f83b2634c4b317f679756e7f1569c92f88.tar.gz upstream-63d557f83b2634c4b317f679756e7f1569c92f88.tar.bz2 upstream-63d557f83b2634c4b317f679756e7f1569c92f88.zip |
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')
-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) |