MLK-21700-2 clk: imx8mm: Move imx8mm_clko1_sels higher like upstream
authorLeonard Crestez <leonard.crestez@nxp.com>
Fri, 3 May 2019 15:51:25 +0000 (18:51 +0300)
committerLeonard Crestez <leonard.crestez@nxp.com>
Wed, 15 May 2019 12:02:33 +0000 (15:02 +0300)
No functional changes

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Abel Vesa <abel.vesa@nxp.com>
drivers/clk/imx/clk-imx8mm.c

index a1aca3f..26fa0ac 100644 (file)
@@ -380,6 +380,9 @@ static const char *imx8mm_vpu_h1_sels[] = {"osc_24m", "vpu_pll_out", "sys_pll1_8
 
 static const char *imx8mm_dram_core_sels[] = {"dram_pll_out", "dram_alt_root", };
 
+static const char *imx8mm_clko1_sels[] = {"osc_24m", "sys_pll1_800m", "osc_27m", "sys_pll1_200m", "audio_pll2_clk",
+                                        "vpu_pll", "sys_pll1_80m", };
+
 static struct clk *clks[IMX8MM_CLK_END];
 static struct clk_onecell_data clk_data;
 
@@ -401,9 +404,6 @@ static struct clk ** const uart_clks[] __initconst = {
        NULL
 };
 
-static const char *imx8mm_clko1_sels[] = {"osc_24m", "sys_pll1_800m", "osc_27m", "sys_pll1_200m", "audio_pll2_clk",
-                                        "vpu_pll", "sys_pll1_80m", };
-
 static int __init imx_clk_init_on(struct device_node *np,
                                  struct clk * const clks[])
 {