linux/drivers/clk/samsung
Tushar Behera 82ba93b27c clk: exynos4: Fix clock aliases for cpufreq related clocks
cpufreq driver for EXYNOS4 based SoCs are not platform drivers, hence
we cannot currently pass the clock names through a device tree node.
Instead, we need to make them available through a global alias.

Clock alias modifications for EXYNOS4 specific clocks are as below.

Alias for clock 'arm_clk' is 'armclk'.
Alias for clock 'mout_apll' is 'mout_apll'.
Alias for clock 'mout_core' is 'moutcore'.

For EXYNOS4210, alias for clock 'sclk_mpll' is 'mout_mpll'.
For EXYNOS4412, alias for clock 'mout_mpll_user_c' is 'mout_mpll'.

Some of the clock aliases are newly defined and some are fixed up.

While at it, also modify the debug messages to print the clock
values appropriately.

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
2013-06-22 10:50:54 -07:00
..
clk-exynos4.c clk: exynos4: Fix clock aliases for cpufreq related clocks 2013-06-22 10:50:54 -07:00
clk-exynos5250.c clk: exynos5250: Add sclk_mpll to the parent list of mout_cpu clock 2013-05-29 15:39:28 -07:00
clk-exynos5440.c clk: exynos: prepare for multiplatform 2013-04-19 23:00:38 +02:00
clk-pll.c clk: samsung: Remove unimplemented ops for pll 2013-04-04 15:51:09 +09:00
clk-pll.h clk: samsung: add pll clock registration helper functions 2013-03-25 18:16:37 +09:00
clk.c clk: samsung: Fix compilation error 2013-04-08 23:43:12 +09:00
clk.h clk: samsung: Add MUX_FA macro to pass flag and alias 2013-06-22 10:50:41 -07:00
Makefile clk: exynos5440: register clocks using common clock framework 2013-03-25 18:17:05 +09:00