About HDMI CLOCK

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

About HDMI CLOCK

1,534件の閲覧回数
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"?

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,432件の閲覧回数
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 件の賞賛
返信

1,432件の閲覧回数
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 件の賞賛
返信