aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
diff options
context:
space:
mode:
authorVaclav Svoboda <svoboda@neng.cz>2017-03-16 01:43:43 +0100
committerPiotr Dymacz <pepe2k@gmail.com>2017-03-23 09:41:15 +0100
commit0d9adb4832e2c9ef4303b0b7aeff86c0ed4e5d89 (patch)
tree00b9421adc74d009cae813fbbf0127cf8a65b424 /target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
parent978998628fe98f8cfc81910b851e5a3dfd316bac (diff)
downloadupstream-0d9adb4832e2c9ef4303b0b7aeff86c0ed4e5d89.tar.gz
upstream-0d9adb4832e2c9ef4303b0b7aeff86c0ed4e5d89.tar.bz2
upstream-0d9adb4832e2c9ef4303b0b7aeff86c0ed4e5d89.zip
ar71xx: add support for TP-LINK TL-WR840N v2 and v3
This patch adds support for the TP-LINK TL-WR840N v2 and v3. - SoC: Qualcomm QCA9533-BL3A (650 MHz) - RAM: 32 MiB (Zentel A3S56D40GTP) - Flash: 4 MiB (v2: Macronix MX 25L323F) (v3: Winbond 25Q32FVSIG) - LAN: 4x 100M - WAN: 1x 100M Signed-off-by: Vaclav Svoboda <svoboda@neng.cz>
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/machtypes.h')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/machtypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
index 514a20d05f..27ebd47f29 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
+++ b/target/linux/ar71xx/files/arch/mips/ath79/machtypes.h
@@ -242,6 +242,8 @@ enum ath79_mach_type {
ATH79_MACH_TL_WR802N_V1, /* TP-LINK TL-WR802N v1 */
ATH79_MACH_TL_WR802N_V2, /* TP-LINK TL-WR802N v2 */
ATH79_MACH_TL_WR810N, /* TP-LINK TL-WR810N */
+ ATH79_MACH_TL_WR840N_V2, /* TP-LINK TL-WR840N v2 */
+ ATH79_MACH_TL_WR840N_V3, /* TP-LINK TL-WR840N v3 */
ATH79_MACH_TL_WR841N_V1, /* TP-LINK TL-WR841N v1 */
ATH79_MACH_TL_WR841N_V11, /* TP-LINK TL-WR841N/ND v11 */
ATH79_MACH_TL_WR841N_V7, /* TP-LINK TL-WR841N/ND v7 */