]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
clk: samsung: Add CLKOUT driver support for Exynos3250 SoC
authorInha Song <ideal.song@samsung.com>
Mon, 2 Mar 2015 02:15:00 +0000 (11:15 +0900)
committerMichael Turquette <mturquette@linaro.org>
Mon, 30 Mar 2015 22:18:52 +0000 (15:18 -0700)
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>
drivers/clk/samsung/clk-exynos-clkout.c

index 1eb16b868421ca371cf8f412ec89deb1b94d68bf..03a52228b6d1f1a4a280fcca7862b2aea2b79c0d 100644 (file)
@@ -142,6 +142,8 @@ CLK_OF_DECLARE(exynos4212_clkout, "samsung,exynos4212-pmu",
                exynos4_clkout_init);
 CLK_OF_DECLARE(exynos4412_clkout, "samsung,exynos4412-pmu",
                exynos4_clkout_init);
+CLK_OF_DECLARE(exynos3250_clkout, "samsung,exynos3250-pmu",
+               exynos4_clkout_init);
 
 static void __init exynos5_clkout_init(struct device_node *node)
 {