summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2016-05-12 02:18:44 +0200
committerJohn Crispin <john@phrozen.org>2016-05-12 03:29:36 +0200
commitf816472f78e40dbfc33d59964140808cb29baed7 (patch)
tree76c49ee5e1f92b62bc51ef36c8c799324af98435 /target/linux/ar71xx/files
parentd0edce233daccc38f102469a3f8cd985c2c0c70d (diff)
downloadmaster-31e0f0ae-f816472f78e40dbfc33d59964140808cb29baed7.tar.gz
master-31e0f0ae-f816472f78e40dbfc33d59964140808cb29baed7.tar.bz2
master-31e0f0ae-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/ar71xx/files')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c2
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