summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2019-05-03 18:51:25 +0300
committerLeonard Crestez <leonard.crestez@nxp.com>2019-06-04 20:09:52 +0300
commit245932ba7286d14c9bbdfd0db27d170c7e3a0bd2 (patch)
tree1731ece6bfab65069a574382c680ad5232b224ea
parentc3b89cc14bbd431ba136f679fd57a8c13fed3c1c (diff)
MLK-21700-2 clk: imx8mm: Move imx8mm_clko1_sels higher like upstream
No functional changes Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Abel Vesa <abel.vesa@nxp.com> (cherry picked from commit 2e4f9164bd2aae9d507236cd7423deff540b5974)
-rw-r--r--drivers/clk/imx/clk-imx8mm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/clk/imx/clk-imx8mm.c b/drivers/clk/imx/clk-imx8mm.c
index 5ae63dd7daf6..273bbcdbf097 100644
--- a/drivers/clk/imx/clk-imx8mm.c
+++ b/drivers/clk/imx/clk-imx8mm.c
@@ -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[])
{