MIPS: ralink: adds support for RT2880 SoC family

Add support code for rt2880 SOC.

The code detects the SoC and registers the clk / pinmux settings.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Patchwork: http://patchwork.linux-mips.org/patch/5176/
This commit is contained in:
John Crispin
2013-01-27 09:17:20 +01:00
committed by Ralf Baechle
parent eb63875c28
commit 80fb55a951
6 changed files with 198 additions and 1 deletions

View File

@@ -4,6 +4,11 @@
core-$(CONFIG_RALINK) += arch/mips/ralink/
cflags-$(CONFIG_RALINK) += -I$(srctree)/arch/mips/include/asm/mach-ralink
#
# Ralink RT288x
#
load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000
#
# Ralink RT305x
#