projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a2a14
)
clk: imx: correct uart4_serial clock name in driver for i.MX6UL
author
Robin van der Gracht
<robin@protonic.nl>
Mon, 6 Mar 2017 08:13:43 +0000
(09:13 +0100)
committer
Michael Turquette
<mturquette@baylibre.com>
Wed, 12 Apr 2017 16:51:36 +0000
(18:51 +0200)
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Robin van der Gracht <robin@protonic.nl>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>
drivers/clk/imx/clk-imx6ul.c
patch
|
blob
|
history
diff --git
a/drivers/clk/imx/clk-imx6ul.c
b/drivers/clk/imx/clk-imx6ul.c
index dbd6e59377c3867171525394fda108672d95055f..b4e0dff3c8c26b9c2a7eac10702b222e486bad96 100644
(file)
--- 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_ser
ai
l", "uart_podf", base + 0x6c, 24);
+ clks[IMX6UL_CLK_UART4_SERIAL] = imx_clk_gate2("uart4_ser
ia
l", "uart_podf", base + 0x6c, 24);
/* CCGR2 */
if (clk_on_imx6ull()) {