Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1592987 > unrolled thread

[PATCH v2] clk: imx: correct uart4_serial clock name in driver for i.MX6UL

Started byRobin van der Gracht <robin@protonic.nl>
First post2017-03-06 09:40 +0100
Last post2017-03-06 09:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH v2] clk: imx: correct uart4_serial clock name in driver for i.MX6UL Robin van der Gracht <robin@protonic.nl> - 2017-03-06 09:40 +0100

#1592987 — [PATCH v2] clk: imx: correct uart4_serial clock name in driver for i.MX6UL

FromRobin van der Gracht <robin@protonic.nl>
Date2017-03-06 09:40 +0100
Subject[PATCH v2] clk: imx: correct uart4_serial clock name in driver for i.MX6UL
Message-ID<thWls-5tJ-15@gated-at.bofh.it>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
---
v2: Rebased on latest mainline

 drivers/clk/imx/clk-imx6ul.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/imx/clk-imx6ul.c b/drivers/clk/imx/clk-imx6ul.c
index dbd6e59..b4e0dff 100644
--- a/drivers/clk/imx/clk-imx6ul.c
+++ b/drivers/clk/imx/clk-imx6ul.c
@@ -358,7 +358,7 @@ static void __init imx6ul_clocks_init(struct device_node *ccm_node)
 	clks[IMX6UL_CLK_GPT1_BUS]	= imx_clk_gate2("gpt1_bus",	"perclk",	base + 0x6c,	20);
 	clks[IMX6UL_CLK_GPT1_SERIAL]	= imx_clk_gate2("gpt1_serial",	"perclk",	base + 0x6c,	22);
 	clks[IMX6UL_CLK_UART4_IPG]	= imx_clk_gate2("uart4_ipg",	"ipg",		base + 0x6c,	24);
-	clks[IMX6UL_CLK_UART4_SERIAL]	= imx_clk_gate2("uart4_serail",	"uart_podf",	base + 0x6c,	24);
+	clks[IMX6UL_CLK_UART4_SERIAL]	= imx_clk_gate2("uart4_serial",	"uart_podf",	base + 0x6c,	24);
 
 	/* CCGR2 */
 	if (clk_on_imx6ull()) {
-- 
2.9.3

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web