summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-ralink
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-07-27 09:23:36 +0100
committerRalf Baechle <ralf@linux-mips.org>2014-11-24 07:45:24 +0100
commit1dc5c2cfc17ec0522eab33913a73726413420410 (patch)
tree1d57889e4b86cd4f1f3ff7bdaed7341cafc50a3a /arch/mips/include/asm/mach-ralink
parenta097b13c52a3607123d9c65534b7befe493c6d84 (diff)
downloadlinux-1dc5c2cfc17ec0522eab33913a73726413420410.tar.bz2
MIPS: ralink: add support for MT7620n
This is the small version of MT7620a. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/8030/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-ralink')
-rw-r--r--arch/mips/include/asm/mach-ralink/mt7620.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/arch/mips/include/asm/mach-ralink/mt7620.h b/arch/mips/include/asm/mach-ralink/mt7620.h
index a05c14c23155..863aea5dcf0c 100644
--- a/arch/mips/include/asm/mach-ralink/mt7620.h
+++ b/arch/mips/include/asm/mach-ralink/mt7620.h
@@ -25,11 +25,8 @@
#define SYSC_REG_CPLL_CONFIG0 0x54
#define SYSC_REG_CPLL_CONFIG1 0x58
-#define MT7620N_CHIP_NAME0 0x33365452
-#define MT7620N_CHIP_NAME1 0x20203235
-
-#define MT7620A_CHIP_NAME0 0x3637544d
-#define MT7620A_CHIP_NAME1 0x20203032
+#define MT7620_CHIP_NAME0 0x3637544d
+#define MT7620_CHIP_NAME1 0x20203032
#define SYSCFG0_XTAL_FREQ_SEL BIT(6)