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>
Mon, 10 Jun 2013 22:14:07 +0000 (15:14 -0700)
commit39b72d89eb2bf74ec94773defece6890febba7a5
tree3dfa23ee6c1c7bb325da02e4641c5f4610281e2c
parent72b5322f11ff0abf6a52b3007486656578d2c982
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