]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clk: exynos5250: Update cpufreq related clocks for EXYNOS5250
authorTushar Behera <tushar.behera@linaro.org>
Fri, 17 May 2013 05:55:52 +0000 (11:25 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 29 May 2013 22:39:17 +0000 (15:39 -0700)
commit37351fd56255cacf731dc48914aaac3acbfa4bfe
tree865b01b11cbc5ca8f1fd23ca536425428cc9577e
parent65f2c58f0f44403aa64eccc14f3a0a74d721fe7e
clk: exynos5250: Update cpufreq related clocks for EXYNOS5250

cpufreq driver for EXYNOS5250 is not a platform driver, hence we cannot
currently pass the clock names through a device tree node. Instead, we
need to make them available through a global alias.

cpufreq driver for EXYNOS5250 requires four clocks - 'armclk',
'mout_cpu', 'mout_mpll' and 'mout_apll'.

'armclk' has already been defined with an alias, 'mout_cpu', 'mout_mpll'
and 'mout_apll' are now defined with an alias.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/samsung/clk-exynos5250.c