Browse Source

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 <[email protected]>
John Crispin 9 years ago
parent
commit
f816472f78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ath79/mach-archer-c7.c

+ 1 - 1
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