1
0
Fork 0

MLK-16530-2 clk: imx8qm: add the cm40 ipg clk

Add the cm40 ipg clk
BuildInfo: SCFW 9e9f6ec6, IMX-MKIMAGE 0, ATF 0

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
pull/10/head
Richard Zhu 2017-09-21 16:46:09 +08:00 committed by Jason Liu
parent fca4ee33fd
commit 558204d601
2 changed files with 5 additions and 1 deletions

View File

@ -577,6 +577,7 @@ static int imx8qm_clk_probe(struct platform_device *pdev)
clks[IMX8QM_HDMI_RX_SAI0_RX_BCLK] = imx_clk_fixed("hdmi_rx_sai0_rx_bclk", 0);
clks[IMX8QM_SAI6_RX_BCLK] = imx_clk_fixed("sai6_rx_bclk", 0);
clks[IMX8QM_HDMI_TX_SAI0_TX_BCLK] = imx_clk_fixed("hdmi_tx_sai0_tx_bclk", 0);
clks[IMX8QM_CM40_IPG_CLK] = imx_clk_fixed("ipg_cm40_clk_root", SC_132MHZ);
np_acm = of_find_compatible_node(NULL, NULL, "nxp,imx8qm-acm");
if (np_acm) {

View File

@ -823,6 +823,9 @@
#define IMX8QM_DC1_DISP0_SEL 770
#define IMX8QM_DC1_DISP1_SEL 771
#define IMX8QM_CLK_END 772
/* CM40 */
#define IMX8QM_CM40_IPG_CLK 772
#define IMX8QM_CLK_END 773
#endif /* __DT_BINDINGS_CLOCK_IMX8QM_H */