From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: clk-imx35: fix name for ckil clk
Date: Fri, 9 Sep 2016 14:16:31 +0800 [thread overview]
Message-ID: <20160909061631.GI16911@tiger> (raw)
In-Reply-To: <1473327022-8065-1-git-send-email-u.kleine-koenig@pengutronix.de>
On Thu, Sep 08, 2016 at 11:30:21AM +0200, Uwe Kleine-K?nig wrote:
> This fixes
> [ 0.000000] i.MX clk 82: register failed with -17
> because the name is duplicated.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
I did not queue any clock patches for this cycle. Can you please send
the patches directly to clock maintainers?
Shawn
> ---
> drivers/clk/imx/clk-imx35.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/imx/clk-imx35.c b/drivers/clk/imx/clk-imx35.c
> index b0978d3b83e2..d302ed3b8225 100644
> --- a/drivers/clk/imx/clk-imx35.c
> +++ b/drivers/clk/imx/clk-imx35.c
> @@ -115,7 +115,7 @@ static void __init _mx35_clocks_init(void)
> }
>
> clk[ckih] = imx_clk_fixed("ckih", 24000000);
> - clk[ckil] = imx_clk_fixed("ckih", 32768);
> + clk[ckil] = imx_clk_fixed("ckil", 32768);
> clk[mpll] = imx_clk_pllv1(IMX_PLLV1_IMX35, "mpll", "ckih", base + MX35_CCM_MPCTL);
> clk[ppll] = imx_clk_pllv1(IMX_PLLV1_IMX35, "ppll", "ckih", base + MX35_CCM_PPCTL);
>
> --
> 2.8.1
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2016-09-09 6:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-08 9:30 [PATCH 1/2] ARM: clk-imx35: fix name for ckil clk Uwe Kleine-König
2016-09-08 9:30 ` [PATCH 2/2] ARM: clk-imx35: annotate clk enum with number values Uwe Kleine-König
2016-09-14 18:28 ` Stephen Boyd
2016-09-09 6:16 ` Shawn Guo [this message]
2016-09-09 6:20 ` [PATCH 1/2] ARM: clk-imx35: fix name for ckil clk Uwe Kleine-König
2016-09-09 6:28 ` Shawn Guo
2016-09-09 18:11 ` Stephen Boyd
2016-09-09 19:15 ` Uwe Kleine-König
2016-09-14 18:28 ` Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160909061631.GI16911@tiger \
--to=shawnguo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).