diff options
author | John Crispin <blogic@openwrt.org> | 2016-01-04 22:23:55 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-01-20 02:39:20 +0300 |
commit | 1df7addb9671ace5fbae4daa45b0755cebefb1dc (patch) | |
tree | 9d89a771cc553f809520e8896f841e5e568f478c /arch/mips/ralink/Platform | |
parent | 2761f83cad764f2b13ca3d7fb2f3fb5bedae1cd3 (diff) | |
download | linux-1df7addb9671ace5fbae4daa45b0755cebefb1dc.tar.xz |
MIPS: ralink: add MT7621 support
MT7621 is based on a 1004k core. This patch adds support for the SoC. The
timer and IRQ is just boiler plate as GIC has recently been moved to
generic places in the kernel and just works.
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11990/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/Platform')
-rw-r--r-- | arch/mips/ralink/Platform | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/ralink/Platform b/arch/mips/ralink/Platform index 6d9c8c499f98..6095fcc334f4 100644 --- a/arch/mips/ralink/Platform +++ b/arch/mips/ralink/Platform @@ -27,3 +27,8 @@ cflags-$(CONFIG_SOC_RT3883) += -I$(srctree)/arch/mips/include/asm/mach-ralink/rt # load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000 cflags-$(CONFIG_SOC_MT7620) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7620 + +# Ralink MT7621 +# +load-$(CONFIG_SOC_MT7621) += 0xffffffff80001000 +cflags-$(CONFIG_SOC_MT7621) += -I$(srctree)/arch/mips/include/asm/mach-ralink/mt7621 |