MIPS: ralink: adds support for RT2880 SoC family
authorJohn Crispin <blogic@openwrt.org>
Sun, 27 Jan 2013 08:17:20 +0000 (09:17 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 7 May 2013 23:19:09 +0000 (01:19 +0200)
commit80fb55a951df5974e12c935d9e7dd9103539fb8e
tree060e310e43a7a58ae39bf1d0279bc6ff1905dab0
parenteb63875c2821cf125f133fa3292e7591dca7c7d5
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/
arch/mips/Kconfig
arch/mips/include/asm/mach-ralink/rt288x.h [new file with mode: 0644]
arch/mips/ralink/Kconfig
arch/mips/ralink/Makefile
arch/mips/ralink/Platform
arch/mips/ralink/rt288x.c [new file with mode: 0644]