diff options
author | John Crispin <blogic@openwrt.org> | 2013-03-21 17:49:02 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 01:19:09 +0200 |
commit | 594bde683d36c3e950da3633ef4bd95328fcd5cc (patch) | |
tree | e658900c14e39a6e27f319220f7285dd6bcd76f0 /arch/mips/ralink/Platform | |
parent | 293840b9997f2c0509ca65a4e02cacc371cc628c (diff) | |
download | blackbird-op-linux-594bde683d36c3e950da3633ef4bd95328fcd5cc.tar.gz blackbird-op-linux-594bde683d36c3e950da3633ef4bd95328fcd5cc.zip |
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/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 f67c08dbb952..b2cbf16faca9 100644 --- a/arch/mips/ralink/Platform +++ b/arch/mips/ralink/Platform @@ -18,3 +18,8 @@ load-$(CONFIG_SOC_RT305X) += 0xffffffff80000000 # Ralink RT3883 # load-$(CONFIG_SOC_RT3883) += 0xffffffff80000000 + +# +# Ralink MT7620 +# +load-$(CONFIG_SOC_MT7620) += 0xffffffff80000000 |