Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: samsung: Add CLKOUT driver support for Exynos3250 SoC

This patch add CLKOUT driver support for Exynos3250 SoC.

Exynos3250 SoC PMU_DEBUG is the same with Exynos4's PMU_DEBUG
including CLKOUT mux. So we can use the exynos4's clkout init
function for Exynos3250 without the need to add new function.

Signed-off-by: Inha Song <ideal.song@samsung.com>
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>

authored by

Inha Song and committed by
Michael Turquette
abec147f 0d7ef4a6

+2
+2
drivers/clk/samsung/clk-exynos-clkout.c
··· 142 142 exynos4_clkout_init); 143 143 CLK_OF_DECLARE(exynos4412_clkout, "samsung,exynos4412-pmu", 144 144 exynos4_clkout_init); 145 + CLK_OF_DECLARE(exynos3250_clkout, "samsung,exynos3250-pmu", 146 + exynos4_clkout_init); 145 147 146 148 static void __init exynos5_clkout_init(struct device_node *node) 147 149 {