]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
clk: imx6sll: Fix mispelling uart4_serial as serail
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 23 Apr 2019 19:05:08 +0000 (19:05 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 25 Apr 2019 21:46:01 +0000 (14:46 -0700)
This looks like a copy-paste error. This string is not referenced
anywhere so it's safe to rename it.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/imx/clk-imx6sll.c

index 3bd2044cf25c2618869f50d0aa17faa63ac1213e..9def76df087967f1a222cc7c7a9252c7ebf7ca05 100644 (file)
@@ -268,7 +268,7 @@ static void __init imx6sll_clocks_init(struct device_node *ccm_node)
        clks[IMX6SLL_CLK_GPT_BUS]       = imx_clk_gate2("gpt1_bus",     "perclk", base + 0x6c, 20);
        clks[IMX6SLL_CLK_GPT_SERIAL]    = imx_clk_gate2("gpt1_serial",  "perclk", base + 0x6c, 22);
        clks[IMX6SLL_CLK_UART4_IPG]     = imx_clk_gate2("uart4_ipg",    "ipg", base + 0x6c, 24);
-       clks[IMX6SLL_CLK_UART4_SERIAL]  = imx_clk_gate2("uart4_serail", "uart_podf", base + 0x6c, 24);
+       clks[IMX6SLL_CLK_UART4_SERIAL]  = imx_clk_gate2("uart4_serial", "uart_podf", base + 0x6c, 24);
        clks[IMX6SLL_CLK_GPIO1]         = imx_clk_gate2("gpio1",        "ipg", base + 0x6c, 26);
        clks[IMX6SLL_CLK_GPIO5]         = imx_clk_gate2("gpio5",        "ipg", base + 0x6c, 30);