ARM: S3C24XX: cpufreq-utils: don't write raw values to MPLLCON when using ccf
From: Heiko Stuebner <heiko@...> Date: Fri, 6 Dec 2013 14:29:14 +0100
Commit-Message
The s3c24xx cpufreq driver needs to change the mpll speed and was doing this by writing raw values from a translation table into the MPLLCON register. Change this to use a regular clk_set_rate call when using the common clock framework and only write the raw value in the samsung_clock case. To not needing to create additional infrastructure for this, the mpll clock is requested at the first call to s3c2410_set_fvco(). Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/mach-s3c24xx/cpufreq-utils.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Statistics
- 14 lines added
- 0 lines removed