1
0
Fork 0

clk: imx: imx8mm: set the parent clks of pcie

Set the parent clocks of PCIe.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Richard Zhu 2019-08-20 04:25:21 -04:00 committed by Dong Aisheng
parent 839fc3028a
commit c200286b3d
1 changed files with 2 additions and 0 deletions

View File

@ -653,6 +653,8 @@ static int imx8mm_clocks_probe(struct platform_device *pdev)
goto unregister_clks;
}
clk_set_parent(clks[IMX8MM_CLK_PCIE1_CTRL], clks[IMX8MM_SYS_PLL2_250M]);
clk_set_parent(clks[IMX8MM_CLK_PCIE1_PHY], clks[IMX8MM_SYS_PLL2_100M]);
imx_register_uart_clocks(uart_clks);
return 0;