diff options
author | John Crispin <blogic@openwrt.org> | 2013-03-21 20:49:02 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 03:19:09 +0400 |
commit | 594bde683d36c3e950da3633ef4bd95328fcd5cc (patch) | |
tree | e658900c14e39a6e27f319220f7285dd6bcd76f0 /arch/mips/ralink/Makefile | |
parent | 293840b9997f2c0509ca65a4e02cacc371cc628c (diff) | |
download | linux-594bde683d36c3e950da3633ef4bd95328fcd5cc.tar.xz |
MIPS: ralink: adds support for MT7620 SoC family
Add support code for mt7620 SOC.
The code detects the SoC and registers the clk / pinmux settings.
Signed-off-by: John Crispin <blogic@openwrt.org>
Acked-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5177/
Diffstat (limited to 'arch/mips/ralink/Makefile')
-rw-r--r-- | arch/mips/ralink/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/ralink/Makefile b/arch/mips/ralink/Makefile index ba9669cf90a9..38cf1a880aaa 100644 --- a/arch/mips/ralink/Makefile +++ b/arch/mips/ralink/Makefile @@ -11,6 +11,7 @@ obj-y := prom.o of.o reset.o clk.o irq.o obj-$(CONFIG_SOC_RT288X) += rt288x.o obj-$(CONFIG_SOC_RT305X) += rt305x.o obj-$(CONFIG_SOC_RT3883) += rt3883.o +obj-$(CONFIG_SOC_MT7620) += mt7620.o obj-$(CONFIG_EARLY_PRINTK) += early_printk.o |