linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: clk-imx35: fix name for ckil clk
@ 2016-09-08  9:30 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
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Uwe Kleine-König @ 2016-09-08  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-09-14 18:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 1/2] ARM: clk-imx35: fix name for ckil clk Shawn Guo
2016-09-09  6:20   ` 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

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).