|
@@ -64,7 +64,7 @@ static const char *cko2_sels[] = {
|
|
"ipu2", "vdo_axi", "osc", "gpu2d_core",
|
|
"ipu2", "vdo_axi", "osc", "gpu2d_core",
|
|
"gpu3d_core", "usdhc2", "ssi1", "ssi2",
|
|
"gpu3d_core", "usdhc2", "ssi1", "ssi2",
|
|
"ssi3", "gpu3d_shader", "vpu_axi", "can_root",
|
|
"ssi3", "gpu3d_shader", "vpu_axi", "can_root",
|
|
- "ldb_di0", "ldb_di1", "esai", "eim_slow",
|
|
|
|
|
|
+ "ldb_di0", "ldb_di1", "esai_extal", "eim_slow",
|
|
"uart_serial", "spdif", "asrc", "hsi_tx",
|
|
"uart_serial", "spdif", "asrc", "hsi_tx",
|
|
};
|
|
};
|
|
static const char *cko_sels[] = { "cko1", "cko2", };
|
|
static const char *cko_sels[] = { "cko1", "cko2", };
|
|
@@ -331,8 +331,9 @@ static void __init imx6q_clocks_init(struct device_node *ccm_node)
|
|
else
|
|
else
|
|
clk[IMX6Q_CLK_ECSPI5] = imx_clk_gate2("ecspi5", "ecspi_root", base + 0x6c, 8);
|
|
clk[IMX6Q_CLK_ECSPI5] = imx_clk_gate2("ecspi5", "ecspi_root", base + 0x6c, 8);
|
|
clk[IMX6QDL_CLK_ENET] = imx_clk_gate2("enet", "ipg", base + 0x6c, 10);
|
|
clk[IMX6QDL_CLK_ENET] = imx_clk_gate2("enet", "ipg", base + 0x6c, 10);
|
|
- clk[IMX6QDL_CLK_ESAI] = imx_clk_gate2_shared("esai", "esai_podf", base + 0x6c, 16, &share_count_esai);
|
|
|
|
- clk[IMX6QDL_CLK_ESAI_AHB] = imx_clk_gate2_shared("esai_ahb", "ahb", base + 0x6c, 16, &share_count_esai);
|
|
|
|
|
|
+ clk[IMX6QDL_CLK_ESAI_EXTAL] = imx_clk_gate2_shared("esai_extal", "esai_podf", base + 0x6c, 16, &share_count_esai);
|
|
|
|
+ clk[IMX6QDL_CLK_ESAI_IPG] = imx_clk_gate2_shared("esai_ipg", "ipg", base + 0x6c, 16, &share_count_esai);
|
|
|
|
+ clk[IMX6QDL_CLK_ESAI_MEM] = imx_clk_gate2_shared("esai_mem", "ahb", base + 0x6c, 16, &share_count_esai);
|
|
clk[IMX6QDL_CLK_GPT_IPG] = imx_clk_gate2("gpt_ipg", "ipg", base + 0x6c, 20);
|
|
clk[IMX6QDL_CLK_GPT_IPG] = imx_clk_gate2("gpt_ipg", "ipg", base + 0x6c, 20);
|
|
clk[IMX6QDL_CLK_GPT_IPG_PER] = imx_clk_gate2("gpt_ipg_per", "ipg_per", base + 0x6c, 22);
|
|
clk[IMX6QDL_CLK_GPT_IPG_PER] = imx_clk_gate2("gpt_ipg_per", "ipg_per", base + 0x6c, 22);
|
|
if (cpu_is_imx6dl())
|
|
if (cpu_is_imx6dl())
|