<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: About imx8mp hdmi clock documentation in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1255708#M171951</link>
    <description>&lt;P&gt;thanks for your information, I checked the hdmi IP,&lt;/P&gt;
&lt;P&gt;FDCC_REF_CLK_EN: FDCC_REF_CLK_EN control&lt;BR /&gt;clock enable for the ref_clk input of FDCC&lt;/P&gt;
&lt;P&gt;you can refer to this&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 09:18:15 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2021-04-01T09:18:15Z</dc:date>
    <item>
      <title>About imx8mp hdmi clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1253456#M171677</link>
      <description>When I write the hdmi clock of imx8mp, I found that the bit used by Linux does not match the documentation. The bits is called 'hdmi_fdcc_ref' in Linux, and it use the second bit of register HDMI_RTX_CLK_CTL1(0x50). But the bit described in the document is reserved. Is my document not up-to-date? Or is it for some other reason? The document I use is iMX_8M_Plus_RM_RevD.pdf. Thanks.</description>
      <pubDate>Mon, 29 Mar 2021 08:52:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1253456#M171677</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-03-29T08:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp hdmi clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1254731#M171850</link>
      <description>&lt;P&gt;D version is the latest version, could you send the source path you mention 'hdmi_fdcc_ref' in Linux&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 06:38:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1254731#M171850</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-03-31T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp hdmi clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1254949#M171881</link>
      <description>&lt;P&gt;I clone the code from link:&lt;A href="https://source.codeaurora.org/external/imx/linux-imx" target="_blank" rel="nofollow noopener noreferrer"&gt;https://source.codeaurora.org/external/imx/linux-imx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and&amp;nbsp; checkout to the branch:&amp;nbsp;imx_5.4.70_2.3.0&lt;/P&gt;&lt;P&gt;the code is in `imx_hdmimix_clk_probe` function of the file `drivers/clk/imx/clk-hdmimix.c`.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt; clks[IMX8MP_CLK_HDMIMIX_FDCC_REF_CLK]      = imx_dev_clk_gate(dev, "hdmi_fdcc_ref",    "hdmi_fdcc_tst", base + 0x50, 2);
    clks[IMX8MP_CLK_HDMIMIX_HRV_MWR_APB_CLK]   = imx_dev_clk_gate(dev, "hrv_mwr_apb",       "hdmi_glb_apb", base + 0x50, 3);&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 31 Mar 2021 11:58:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1254949#M171881</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-03-31T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp hdmi clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1255708#M171951</link>
      <description>&lt;P&gt;thanks for your information, I checked the hdmi IP,&lt;/P&gt;
&lt;P&gt;FDCC_REF_CLK_EN: FDCC_REF_CLK_EN control&lt;BR /&gt;clock enable for the ref_clk input of FDCC&lt;/P&gt;
&lt;P&gt;you can refer to this&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:18:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1255708#M171951</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-01T09:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp hdmi clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1255747#M171963</link>
      <description>&lt;P&gt;'''&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FDCC_REF_CLK_EN: FDCC_REF_CLK_EN control&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;clock enable for the ref_clk input of FDCC&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'''&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;You mean this is the description of bit2 of &lt;SPAN&gt;HDMI_RTX_CLK_CTL1(0x50)，&amp;nbsp;not the reserved value&lt;/SPAN&gt;?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 10:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1255747#M171963</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-04-01T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp hdmi clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1256191#M172006</link>
      <description>&lt;P&gt;I just copy the content from IP spec, you just set the same as our bsp does&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 07:36:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-hdmi-clock-documentation/m-p/1256191#M172006</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-02T07:36:13Z</dc:date>
    </item>
  </channel>
</rss>

