aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/mach-ralink/rt305x.h
Commit message (Collapse)AuthorAge
* MIPS: ralink: add memory definition for RT305xJohn Crispin2013-05-07
| | | | | | | | | | Populate struct soc_info with the data that describes our RAM window. As memory detection fails on RT5350 we read the amount of available memory from the system controller. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5180/
* MIPS: ralink: add RT5350 sdram register definesJohn Crispin2013-05-07
| | | | | | | | | Add a few missing defines that are needed to make memory detection work on the RT5350. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5169/
* MIPS: ralink: add RT3352 register definesJohn Crispin2013-05-07
| | | | | | | | | Add a few missing defines that are needed to make USB and clock detection work on the RT3352. Signed-off-by: John Crispin <blogic@openwrt.org> Acked-by: Gabor Juhos <juhosg@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/5166/
* MIPS: ralink: adds support for RT305x SoC familyJohn Crispin2013-02-16
Add support code for rt3050, rt3052, rt3350, rt3352 and rt5350 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/4896/