<?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 clock documentation in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255735#M171961</link>
    <description>&lt;P&gt;yes you can refer to the source code if you couldn't find them in the reference manual&lt;/P&gt;</description>
    <pubDate>Thu, 01 Apr 2021 10:03:45 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2021-04-01T10:03:45Z</dc:date>
    <item>
      <title>About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1253454#M171676</link>
      <description>When I write the clock of imx8mp, I found that there is no IPG_AUDIO_CLK_ROOT register in the document, but I can see that its register is 0x9180 in the Linux code. In addition, the same case for USB_CORE_CLK_REF(0xb100) and CLK_USB_PHY_REF(0xb180). The document I use is iMX_8M_Plus_RM_RevD.pdf, Is the document missing or is there any updated document? thank you.</description>
      <pubDate>Mon, 29 Mar 2021 08:52:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1253454#M171676</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-03-29T08:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1254774#M171855</link>
      <description>&lt;P&gt;is this the same questions as your another two clock case? we don't have special clock document for imx8mp, what linux code do you mean? clk-i.mx8mp.c? I didn't find &lt;SPAN class="test-id__field-value slds-form-element__static slds-grow word-break-ie11"&gt;IPG_AUDIO_CLK_ROOT as you mentions, give me the detailed linxu code&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 07:17:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1254774#M171855</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-03-31T07:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1254956#M171882</link>
      <description>&lt;P&gt;It's not the same. This is imx8mp clock, not HDMI. the same branch with the two clock case, but the c file is the&amp;nbsp;"drivers/clk/imx/clk-imx8mp.c", below is the code snippet of the&amp;nbsp;IMX8MP_CLK_IPG_AUDIO_ROOT.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;  /* IPG */
    clks[IMX8MP_CLK_IPG_ROOT] = imx_clk_divider2("ipg_root", "ahb_root", base + 0x9080, 0, 1);
    clks[IMX8MP_CLK_IPG_AUDIO_ROOT] = imx_clk_divider2("ipg_audio_root", "audio_ahb", base + 0x9180, 0, 1);
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;the offset 0x9180 can't be found in datasheet,&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chun1_1-1617192439271.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/141067iD74ACC81585E9E0D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Chun1_1-1617192439271.png" alt="Chun1_1-1617192439271.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 12:07:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1254956#M171882</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-03-31T12:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255728#M171957</link>
      <description>&lt;P&gt;AUDIO_AHB_CLK_ROOT belongs to AHB clock, you can find:&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="cm"&gt;/* AHB */&lt;/SPAN&gt;
	&lt;SPAN class="n"&gt;clks&lt;/SPAN&gt;&lt;SPAN class="p"&gt;[&lt;/SPAN&gt;&lt;SPAN class="n"&gt;IMX8MP_CLK_AHB&lt;/SPAN&gt;&lt;SPAN class="p"&gt;]&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8m_clk_composite_critical&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s"&gt;"ahb_root"&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8mp_ahb_sels&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;base&lt;/SPAN&gt; &lt;SPAN class="o"&gt;+&lt;/SPAN&gt; &lt;SPAN class="mh"&gt;0x9000&lt;/SPAN&gt;&lt;SPAN class="p"&gt;);&lt;/SPAN&gt;
	&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN class="n"&gt;clks&lt;/SPAN&gt;&lt;SPAN class="p"&gt;[&lt;/SPAN&gt;&lt;SPAN class="n"&gt;IMX8MP_CLK_AUDIO_AHB&lt;/SPAN&gt;&lt;SPAN class="p"&gt;]&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8m_clk_composite&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s"&gt;"audio_ahb"&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8mp_audio_ahb_sels&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;base&lt;/SPAN&gt; &lt;SPAN class="o"&gt;+&lt;/SPAN&gt; &lt;SPAN class="mh"&gt;0x9100&lt;/SPAN&gt;&lt;SPAN class="p"&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;
	&lt;SPAN class="n"&gt;clks&lt;/SPAN&gt;&lt;SPAN class="p"&gt;[&lt;/SPAN&gt;&lt;SPAN class="n"&gt;IMX8MP_CLK_MIPI_DSI_ESC_RX&lt;/SPAN&gt;&lt;SPAN class="p"&gt;]&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8m_clk_composite&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s"&gt;"mipi_dsi_esc_rx"&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8mp_mipi_dsi_esc_rx_sels&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;base&lt;/SPAN&gt; &lt;SPAN class="o"&gt;+&lt;/SPAN&gt; &lt;SPAN class="mh"&gt;0x9200&lt;/SPAN&gt;&lt;SPAN class="p"&gt;);&lt;/SPAN&gt;
	&lt;SPAN class="n"&gt;clks&lt;/SPAN&gt;&lt;SPAN class="p"&gt;[&lt;/SPAN&gt;&lt;SPAN class="n"&gt;IMX8MP_CLK_MEDIA_DISP2_PIX&lt;/SPAN&gt;&lt;SPAN class="p"&gt;]&lt;/SPAN&gt; &lt;SPAN class="o"&gt;=&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8m_clk_composite&lt;/SPAN&gt;&lt;SPAN class="p"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s"&gt;"media_disp2_pix"&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;imx8mp_media_disp2_pix_sels&lt;/SPAN&gt;&lt;SPAN class="p"&gt;,&lt;/SPAN&gt; &lt;SPAN class="n"&gt;base&lt;/SPAN&gt; &lt;SPAN class="o"&gt;+&lt;/SPAN&gt; &lt;SPAN class="mh"&gt;0x9300&lt;/SPAN&gt;&lt;SPAN class="p"&gt;);&lt;/SPAN&gt;
&lt;/PRE&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;it seems the table in the RM missed the another audio IPG clock, you can just refer to the source code, maybe the document team will add this in the official released version&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:46:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255728#M171957</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-01T09:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255731#M171958</link>
      <description>&lt;P&gt;This clock(&lt;SPAN&gt;AUDIO_AHB_CLK_ROOT&amp;nbsp;&lt;/SPAN&gt;) is not the only one lost in RM, such as HDMI_REF_24M_CLK_ROOT and so on.&lt;/P&gt;&lt;P&gt;So these missing nodes, I can also directly refer to the source code, right?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 09:51:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255731#M171958</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-04-01T09:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255735#M171961</link>
      <description>&lt;P&gt;yes you can refer to the source code if you couldn't find them in the reference manual&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 10:03:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255735#M171961</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2021-04-01T10:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: About imx8mp clock documentation</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255740#M171962</link>
      <description>&lt;P&gt;OK, thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 10:06:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/About-imx8mp-clock-documentation/m-p/1255740#M171962</guid>
      <dc:creator>Chun1</dc:creator>
      <dc:date>2021-04-01T10:06:53Z</dc:date>
    </item>
  </channel>
</rss>

