<?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: How to set imx6UL CPU to 528MHz in U-boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463781#M72930</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more right is section 18.5.1.5.3, however seems other options also work.&lt;/P&gt;&lt;P&gt;Chip will not damaged if datasheet working conditions&amp;nbsp; are not exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jan 2016 01:52:34 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-01-27T01:52:34Z</dc:date>
    <item>
      <title>How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463778#M72927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have measured the voltage of TP702 in imx6ul-evk is 1.4V, but CPU frequency is only 396MHz in U-boot. Are there any way to set it to 528MHz? BTW, I can not understand the meaning of following description in imx6UL RM p.157:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Target frequency of the core (including Neon and L1 cache) is 528 MHz non-overdrive&lt;/P&gt;&lt;P&gt;over the specified temperature range:&lt;/P&gt;&lt;P&gt;• 528 MHz non-overdrive over the specified temperature range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Cheng Shi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 02:56:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463778#M72927</guid>
      <dc:creator>x10</dc:creator>
      <dc:date>2016-01-26T02:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463779#M72928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid this is not supported, but one can add codes for example&amp;nbsp; to&lt;/P&gt;&lt;P&gt;arch/arm/cpu/armv7/mx6/soc.c, arch_cpu_init(). Procedure is described in&lt;/P&gt;&lt;P&gt;sect.18.5.1.5.3 PLL clock change i.MX6UL RM, that is bypass CCM_ANALOG_PLL_ARMn,&lt;/P&gt;&lt;P&gt;change pll then wait for lock, remove bypass.&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/arch/arm/cpu/armv7/mx6/soc.c?h=imx_v2015.04_3.14.52_1.1.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/arch/arm/cpu/armv7/mx6/soc.c?h=imx_v2015.04_3.14.52_1.1.0_ga"&gt;uboot-imx.git - Freescale i.MX u-boot Tree&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 08:44:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463779#M72928</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-01-26T08:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463780#M72929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Igor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick reply. Actually I have simply change PLL without bypass, CPU seems work OK on 528 MHz. Is it possible to damage the chip?&lt;/P&gt;&lt;P&gt;In section 18.5.1.5.3 PLL clock change, the change procedure is "power down -&amp;gt; change PLL then wait for lock -&amp;gt; power up", compared with "bypass -&amp;gt; change PLL then wait lock -&amp;gt; remove bypass". Which one is right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Cheng Shi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jan 2016 09:19:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463780#M72929</guid>
      <dc:creator>x10</dc:creator>
      <dc:date>2016-01-26T09:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463781#M72930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Cheng&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more right is section 18.5.1.5.3, however seems other options also work.&lt;/P&gt;&lt;P&gt;Chip will not damaged if datasheet working conditions&amp;nbsp; are not exceeded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 01:52:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463781#M72930</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-01-27T01:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463782#M72931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My final change is with &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;"bypass -&amp;gt; change PLL then wait lock -&amp;gt; remove bypass" which seems more reasonable. Thanks for your help. Further more, the clock range of ARM PLL is from 648 MHz to 1296 MHz. Does this mean it should be okay to set CPU clock higher than 528 MHz, for example to 600 MHz?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Cheng Shi&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 03:19:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463782#M72931</guid>
      <dc:creator>x10</dc:creator>
      <dc:date>2016-01-27T03:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463783#M72932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;according to datasheet 528MHz is max. frequency&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6ULCEC.pdf" title="http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6ULCEC.pdf"&gt;http://cache.freescale.com/files/32bit/doc/data_sheet/IMX6ULCEC.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 03:50:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463783#M72932</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-01-27T03:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463784#M72933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Hi Cheng,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I would like to change imx6ul CPU clock from 396 Mhz to 528 Mhz.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am new to imx6ul and u-boot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;I try to understand arch_cpu_init() in&amp;nbsp;arch/arm/cpu/armv7/mx6/soc.c but don't get how to&amp;nbsp;&lt;SPAN&gt;"bypass -&amp;gt; change PLL then wait lock -&amp;gt; remove bypass".&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;If possible change you share your change in u-boot related to change CPU clock from 396 Mhz to 528 Mhz.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;Yuvi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE style="color: #000000; font-size: 13.3333px;"&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2016 14:48:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463784#M72933</guid>
      <dc:creator>yuvrajdodia</dc:creator>
      <dc:date>2016-09-01T14:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463785#M72934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, can anyone please share the code changes in &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;arch_cpu_init() in&amp;nbsp;arch/arm/cpu/armv7/mx6/soc.c&lt;/SPAN&gt; to change the clock from 396MHz to 528MHz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 14:03:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463785#M72934</guid>
      <dc:creator>sourabhdas</dc:creator>
      <dc:date>2016-09-27T14:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to set imx6UL CPU to 528MHz in U-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463786#M72935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'm also trying to change u-boot clock frequency. I'm not seeing how to do it from anything in this thread. i can find the soc.c code and the cpu init function; but I'm using the imx6sx processor and its reference manual doesn't go into detail as to how to write c code to change the processor frequency. The solox runs at 792MHz when u-boot is running, and that draws too much power for my hardware. I want u-boot to run at the lowest frequency (198MHz?).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2018 16:24:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-set-imx6UL-CPU-to-528MHz-in-U-boot/m-p/463786#M72935</guid>
      <dc:creator>dluberger</dc:creator>
      <dc:date>2018-11-27T16:24:51Z</dc:date>
    </item>
  </channel>
</rss>

