1
0
Fork 0

MLK-18533: clk: imx8mm: reparent audio_ahb_src clk

Reparent audio_ahb_src clock as it is on imx8mq.

Signed-off-by: Viorel Suman <viorel.suman@nxp.com>
pull/10/head
Viorel Suman 2018-06-06 12:30:46 +03:00 committed by Jason Liu
parent 0921ab3dcd
commit b5f1b7acc4
1 changed files with 2 additions and 0 deletions

View File

@ -915,6 +915,8 @@ static void __init imx8mm_clocks_init(struct device_node *ccm_node)
for (i = 0; i < ARRAY_SIZE(clks_init_on); i++)
clk_prepare_enable(clks[clks_init_on[i]]);
clk_set_parent(clks[IMX8MM_CLK_AUDIO_AHB_SRC], clks[IMX8MM_SYS_PLL2_500M]);
/* increase NOC clock to design target */
clk_set_rate(clks[IMX8MM_SYS_PLL3], 750000000);
clk_set_parent(clks[IMX8MM_CLK_NOC_SRC], clks[IMX8MM_SYS_PLL3_OUT]);