<?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: cpu clock in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309411#M40135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The max cpufreq is defined by the fuse map of speed_grading field, not all chips support 1.2GHz, so you need to read the fuse on your chip to see how high freq it supports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;528MHz is the highest freq we recommend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Apr 2014 07:45:45 GMT</pubDate>
    <dc:creator>AnsonHuang</dc:creator>
    <dc:date>2014-04-04T07:45:45Z</dc:date>
    <item>
      <title>cpu clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309407#M40131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm checking in /proc/cpuinfo between my sabreSD and Sabrelite board.&lt;/P&gt;&lt;P&gt;On the lite it shows BogoMIPS : 1988.28&lt;/P&gt;&lt;P&gt;on the sabreSD, BogoMIPS : 790.52&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this mean the SabreLite is running with a faster internal clock than the SAbreSD?&lt;/P&gt;&lt;P&gt;If so, how do I change the clock for the SabreSD?&lt;/P&gt;&lt;P&gt;Is thet done in the dts file or somewhere else?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in /sys/devices/system/cpu/cpu0/cpufreq&lt;/P&gt;&lt;P&gt;For SabreSD I can see that cpuinfo_cur_freq is 396000 and on the SabreSD it is 996000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 04:15:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309407#M40131</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2014-04-03T04:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: cpu clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309408#M40132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I can see that for SabreSD the &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;cpuinfo_cur_freq&lt;/SPAN&gt; changes if the processor is more loaded.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;So it seems like it changes the frequency depending on the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How quick is this change, can it effect the response time of stuff running in the processor?&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Is it possible to change the min_freq that it can scale down to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 15:02:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309408#M40132</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2014-04-03T15:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: cpu clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309409#M40133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Niklas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; THe cpufreq change is based on the cpu loading which is got from the cpu idle time;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To change the min_freq, you can echo a freq into /sys/device/system/cpu/cpu0/cpufreq/scaling_min_freq, such as "echo 792000 &amp;gt; /sys/...", then the min freq will set to 792M. You can also cat or echo different setting into these sys fs interface to change the cpufreq setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 06:23:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309409#M40133</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-04-04T06:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: cpu clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309410#M40134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yongcai.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I'll try that tomorrow.&lt;/P&gt;&lt;P&gt;Is it possible to also go up to 1.2 GHz.&lt;/P&gt;&lt;P&gt;If so, where do I set that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also saw that the DDR freq is set to 528MHz.&lt;/P&gt;&lt;P&gt;Is that the maximum or is it possible to go higher (we have DDR3 memory on the board)?&lt;/P&gt;&lt;P&gt;I notice that some of our applications (redis and node.js) are going as fast as I expected (especially when there are a lot of reading to the redis database).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Niklas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 07:12:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309410#M40134</guid>
      <dc:creator>niklasmolin</dc:creator>
      <dc:date>2014-04-04T07:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: cpu clock</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309411#M40135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The max cpufreq is defined by the fuse map of speed_grading field, not all chips support 1.2GHz, so you need to read the fuse on your chip to see how high freq it supports.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;528MHz is the highest freq we recommend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 07:45:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/cpu-clock/m-p/309411#M40135</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2014-04-04T07:45:45Z</dc:date>
    </item>
  </channel>
</rss>

