Commit 7e797d9f authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

clk: imx7d: correct dram root clk parent select

DRAM root clk should be either from pll dram main clk
or dram alt root clk.
Signed-off-by: default avatarAnson Huang <b20788@freescale.com>
Signed-off-by: default avatarDong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ba7f4f55
......@@ -65,7 +65,7 @@ static const char *dram_phym_sel[] = { "pll_dram_main_clk",
"dram_phym_alt_clk", };
static const char *dram_sel[] = { "pll_dram_main_clk",
"dram_alt_clk", };
"dram_alt_root_clk", };
static const char *dram_phym_alt_sel[] = { "osc", "pll_dram_533m_clk",
"pll_sys_main_clk", "pll_enet_500m_clk",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment