[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5500D11A.6010200@codeaurora.org>
Date: Wed, 11 Mar 2015 16:34:50 -0700
From: Stephen Boyd <sboyd@...eaurora.org>
To: Inha Song <ideal.song@...sung.com>,
linux-samsung-soc@...r.kernel.org
CC: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
kgene@...nel.org, mturquette@...aro.org, tomasz.figa@...il.com,
s.nawrocki@...sung.com, cw00.choi@...sung.com
Subject: Re: [PATCH v2] clk: samsung: Add CLKOUT driver support for Exynos3250
SoC.
On 03/01/15 18:15, Inha Song wrote:
> 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@...sung.com>
Do you want to take this through some SoC tree? If so:
Acked-by: Stephen Boyd <sboyd@...eaurora.org>
> ---
> drivers/clk/samsung/clk-exynos-clkout.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/clk/samsung/clk-exynos-clkout.c b/drivers/clk/samsung/clk-exynos-clkout.c
> index 3a7cb25..1c02e73 100644
> --- a/drivers/clk/samsung/clk-exynos-clkout.c
> +++ b/drivers/clk/samsung/clk-exynos-clkout.c
> @@ -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)
> {
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists