summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/clock.c
Commit message (Collapse)AuthorAgeFilesLines
* move files to files-3.7John Crispin2013-04-031-133/+0
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36161
* ramips/rt305x: add initial support for Rt5350 SoCGabor Juhos2012-09-121-0/+21
| | | | | | | | | | | | | Somehow detecting the RAM size in common/setup.c doesn't work here, it always detects 64M and then crashes on devices with less RAM. Probably using MEMC_REG_SDRAM_CFG1 to know the RAM size is how it could be, for now I use the mem=32M kernel parameter to get stuff working. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33381
* uart_clk on Rt3352F is always 40MHzJohn Crispin2012-07-241-1/+1
| | | | | | | | | Currently, sys_clk/10 is used which is just wrong. cpu_clk/10 would work for systems with 400MHz CPU clock. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32812
* ramips: rt305x: fix CPU clock detection on RT3352Gabor Juhos2012-04-211-12/+31
| | | | SVN-Revision: 31401
* ramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_*Gabor Juhos2012-03-111-3/+3
| | | | SVN-Revision: 30889
* ramips: implement clock API for RT305XGabor Juhos2011-01-261-0/+93
SVN-Revision: 25124