From 293840b9997f2c0509ca65a4e02cacc371cc628c Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 27 Jan 2013 09:39:02 +0100 Subject: 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 Signed-off-by: Gabor Juhos Patchwork: http://patchwork.linux-mips.org/patch/5185/ --- arch/mips/ralink/Platform | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/mips/ralink/Platform') 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 -- cgit