<?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>i.MX ProcessorsのトピックRe: i.MX 93 Using External Clock for Fractional PLL 'VIDEO_PLL'</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012653#M231901</link>
    <description>Thanks for this details and dts example. I'll try this.</description>
    <pubDate>Thu, 12 Dec 2024 07:52:52 GMT</pubDate>
    <dc:creator>dunk</dc:creator>
    <dc:date>2024-12-12T07:52:52Z</dc:date>
    <item>
      <title>i.MX 93 Using External Clock for Fractional PLL 'VIDEO_PLL'</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2010874#M231786</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;According to section 70.5 'PLL' in document 'IMX93RM.pdf', fractional PLL, including&amp;nbsp;SYSTEM_PLL1, DRAM PLL, AUDIO_PLL and VIDEO_PLL.&lt;BR /&gt;I would like to feed my own clock (via CLKIN1 or CLKIN2) to VIDEO_PLL which will be used as clock root 'enet_timer2_clk_root'.&lt;/P&gt;&lt;P&gt;How do I do for this usage? Couple setting from RM as below:&lt;/P&gt;&lt;P&gt;- Register 'CLOCK_ROOT88_CONTROL': set to 11: VIDEO_PLL_CLK&lt;BR /&gt;- What's the register to select 'CLKIN1' or 'CLKIN2' for VIDEO_PLL_CLK? Register 'GPR20' seems to be relevant, but not precisely stated.&lt;BR /&gt;&lt;BR /&gt;GPR20 (SRC General Purpose Register 20):&lt;BR /&gt;anamix_atx_sense_bus_enable_lv = gpr_src_general_reg_gpr20_gpr[0] default 0&lt;BR /&gt;anamix_pll_clk_mux = gpr_src_general_reg_gpr20_gpr[4:1] default 0&lt;BR /&gt;anamix_clkin_mux = gpr_src_general_reg_gpr20_gpr[6:5] default 0&lt;BR /&gt;anamix_clkin_mux2 = gpr_src_general_reg_gpr20_gpr[8:7] default 0&lt;BR /&gt;anamix_clkin1_ipp_ibe = gpr_src_general_reg_gpr20_gpr[9] default 1&lt;BR /&gt;anamix_clkin2_ipp_ibe = gpr_src_general_reg_gpr20_gpr[10] default 1&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 08:47:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2010874#M231786</guid>
      <dc:creator>dunk</dc:creator>
      <dc:date>2024-12-10T08:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 93 Using External Clock for Fractional PLL 'VIDEO_PLL'</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2011645#M231837</link>
      <description>&lt;P&gt;what peripheral do you need to use&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;CLKIN1 or CLKIN2? do you use any OS？pls share more detailed information with me&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 06:34:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2011645#M231837</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-12-11T06:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 93 Using External Clock for Fractional PLL 'VIDEO_PLL'</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012506#M231892</link>
      <description>Hi Joan,&lt;BR /&gt;The idea is to use external clock for driving the 1588 of ENET1 without sharing the same clock of rest of system.&lt;BR /&gt;With eternel clock, we can use additional DPLL for beter timing control.</description>
      <pubDate>Thu, 12 Dec 2024 04:38:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012506#M231892</guid>
      <dc:creator>dunk</dc:creator>
      <dc:date>2024-12-12T04:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 93 Using External Clock for Fractional PLL 'VIDEO_PLL'</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012651#M231900</link>
      <description>&lt;P&gt;CLKIN1/CLKIN2 is for test purpose, if you need set the frequency for&amp;nbsp;enet_timer2_clk_root, you just need to choose the source from ROOT88 you already know it, then set the corresponding pll frequency, you can refer to the dts file&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/nxp-imx/linux-imx/blob/lf-6.6.y/arch/arm64/boot/dts/freescale/imx93.dtsi" target="_blank"&gt;linux-imx/arch/arm64/boot/dts/freescale/imx93.dtsi at lf-6.6.y · nxp-imx/linux-imx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;clocks = &amp;lt;&amp;amp;clk IMX93_CLK_ENET1_GATE&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_ENET1_GATE&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_ENET_TIMER1&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_ENET_REF&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_ENET_REF_PHY&amp;gt;;&lt;BR /&gt;clock-names = "ipg", "ahb", "ptp",&lt;BR /&gt;"enet_clk_ref", "enet_out";&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;assigned-clocks = &amp;lt;&amp;amp;clk IMX93_CLK_ENET_TIMER1&amp;gt;,&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_ENET_REF&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_ENET_REF_PHY&amp;gt;;&lt;BR /&gt;assigned-clock-parents = &lt;EM&gt;&lt;STRONG&gt;&amp;lt;&amp;amp;clk IMX93_CLK_SYS_PLL_PFD1_DIV2&amp;gt;,&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_SYS_PLL_PFD0_DIV2&amp;gt;,&lt;BR /&gt;&amp;lt;&amp;amp;clk IMX93_CLK_SYS_PLL_PFD1_DIV2&amp;gt;;&lt;BR /&gt;&lt;EM&gt;&lt;STRONG&gt;assigned-clock-rates = &amp;lt;100000000&amp;gt;, &amp;lt;250000000&amp;gt;, &amp;lt;50000000&amp;gt;;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 07:50:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012651#M231900</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2024-12-12T07:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX 93 Using External Clock for Fractional PLL 'VIDEO_PLL'</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012653#M231901</link>
      <description>Thanks for this details and dts example. I'll try this.</description>
      <pubDate>Thu, 12 Dec 2024 07:52:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX-93-Using-External-Clock-for-Fractional-PLL-VIDEO-PLL/m-p/2012653#M231901</guid>
      <dc:creator>dunk</dc:creator>
      <dc:date>2024-12-12T07:52:52Z</dc:date>
    </item>
  </channel>
</rss>

