diff options
author | John Crispin <blogic@openwrt.org> | 2013-01-27 09:39:02 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:09 +0200 |
commit | 293840b9997f2c0509ca65a4e02cacc371cc628c (patch) | |
tree | be7fe41dea19bc789efbb4d9116195c711176a60 /arch/mips/ralink/Platform | |
parent | 80fb55a951df5974e12c935d9e7dd9103539fb8e (diff) |
MIPS: ralink: adds support for RT3883 SoC family
Add support code for rt3883 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/5185/
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 3f49e519d093..f67c08dbb952 100644 --- a/arch/mips/ralink/Platform +++ b/arch/mips/ralink/Platform @@ -13,3 +13,8 @@ load-$(CONFIG_SOC_RT288X) += 0xffffffff88000000 # Ralink RT305x # load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 + +# +# Ralink RT3883 +# +load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000 |