diff options
author | John Crispin <john@phrozen.org> | 2016-05-12 02:18:44 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-12 03:29:36 +0200 |
commit | f816472f78e40dbfc33d59964140808cb29baed7 (patch) | |
tree | 76c49ee5e1f92b62bc51ef36c8c799324af98435 /target/linux | |
parent | d0edce233daccc38f102469a3f8cd985c2c0c70d (diff) | |
download | upstream-f816472f78e40dbfc33d59964140808cb29baed7.tar.gz upstream-f816472f78e40dbfc33d59964140808cb29baed7.tar.bz2 upstream-f816472f78e40dbfc33d59964140808cb29baed7.zip |
ar71xx: Fix TP-LINK Archer-C5/C7 v2 rfkill
Fix ARCHER_C7_GPIO_BTN_RFKILL, which is attached to GPIO23
Signed-off-by: Lars Buerding <lb.wrt@metatux.net>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c index fc1251303e..d93dab2849 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c @@ -50,7 +50,7 @@ #define ARCHER_C7_GPIO_LED_USB1 18 #define ARCHER_C7_GPIO_LED_USB2 19 -#define ARCHER_C7_GPIO_BTN_RFKILL 13 +#define ARCHER_C7_GPIO_BTN_RFKILL 23 #define ARCHER_C7_GPIO_BTN_RESET 16 #define ARCHER_C7_GPIO_USB1_POWER 22 |