From: Anson Huang Date: Wed, 8 Jun 2016 14:33:32 +0000 (+0800) Subject: clk: imx7d: correct dram root clk parent select X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7e797d9fc8bd8cf0fb1276b1ae78b6542afe48d7;p=linux-beck.git 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: Anson Huang Signed-off-by: Dong Aisheng Signed-off-by: Shawn Guo --- diff --git a/drivers/clk/imx/clk-imx7d.c b/drivers/clk/imx/clk-imx7d.c index 522996800d5b..6545e07bdd38 100644 --- a/drivers/clk/imx/clk-imx7d.c +++ b/drivers/clk/imx/clk-imx7d.c @@ -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",