1
0
Fork 0

MLK-20136-02 driver: clk: imx: keep DRAM PLL always on for i.MX8MQ

Keep the DRAM PLL always on by default on i.MX8MQ.

Signed-off-by: Bai Ping <ping.bai@nxp.com>
Reviewed-by: Anson Huang <Anson.Huang@nxp.com>
pull/10/head
Bai Ping 2018-10-31 09:53:38 +08:00
parent 7c7aef4d88
commit e59e354f65
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ static int const clks_init_on[] __initconst = {
IMX8MQ_CLK_USB_BUS,
IMX8MQ_CLK_MAIN_AXI, IMX8MQ_CLK_A53_CG,
IMX8MQ_CLK_TMU_ROOT,
IMX8MQ_CLK_DRAM_APB,
IMX8MQ_CLK_DRAM_APB, IMX8MQ_DRAM_PLL_OUT,
};
static struct clk ** const uart_clks[] __initconst = {