提交 b608a892 编写于 作者: F Fabio Estevam 提交者: Stephen Boyd

clk: imx7d: Fix the DDR PLL enable bit

Commit ad149724 ("clk: imx7d: Fix the powerdown bit location
of PLL DDR") used the incorrect bit for the IMX_PLLV3_DDR_IMX7 case.

Fix it accordingly to avoid a kernel hang.
Reported-by: NLeonard Crestez <leonard.crestez@nxp.com>
Signed-off-by: NFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: NStefan Agner <stefan@agner.ch>
Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
上级 4a5f06a0
...@@ -453,7 +453,7 @@ struct clk *imx_clk_pllv3(enum imx_pllv3_type type, const char *name, ...@@ -453,7 +453,7 @@ struct clk *imx_clk_pllv3(enum imx_pllv3_type type, const char *name,
ops = &clk_pllv3_enet_ops; ops = &clk_pllv3_enet_ops;
break; break;
case IMX_PLLV3_DDR_IMX7: case IMX_PLLV3_DDR_IMX7:
pll->power_bit = IMX7_ENET_PLL_POWER; pll->power_bit = IMX7_DDR_PLL_POWER;
ops = &clk_pllv3_av_ops; ops = &clk_pllv3_av_ops;
break; break;
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册