About HDMI CLOCK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

About HDMI CLOCK

511 Views
yitang
Contributor I

HI,FSL,In my item,we think the hdmi clock output is error,we check the clock is :

   clk[IMX6QDL_CLK_HDMI_ISFR]    = imx_clk_gate2("hdmi_isfr",     "pll3_pfd1_540m",    base + 0x70, 4);

is the hdmi clock source "pll3_pfd1_540m"?

Labels (1)
0 Kudos
2 Replies

409 Views
igorpadykov
NXP Employee
NXP Employee

Hi yi

yes seems this is correct as from Table 18-3. System Clocks, Gating, and Override
i.MX6DQ Reference Manual isfrclk has clock source as video_27m_clk_root and it has
source as  "pll3_pfd1_540m" according to
Figure 18-3. Clock Tree - Part 2, VIDEO_27M_CLK_ROOT,
https://www.nxp.com/docs/en/reference-manual/IMX6DQRM.pdf


Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

409 Views
yitang
Contributor I

in my code, the clock setting is below:

   clk[IMX6QDL_CLK_HDMI_ISFR]    = imx_clk_gate2("hdmi_isfr",     "pll3_pfd1_540m",    base + 0x70, 4);

but the hdmi clock is not booting in kernel,why?

0 Kudos