<?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>LayerscapeのトピックRe: lx2160a not enter into  cpu IDLE status</title>
    <link>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1199412#M7213</link>
    <description>&lt;P&gt;Please enable the CPU idle driver as the following,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CPU Power Management ---&amp;gt;&lt;BR /&gt;CPU Idle ---&amp;gt;&lt;BR /&gt;[*] CPU idle PM support&lt;BR /&gt;[*] Ladder governor (for periodic timer tick)&lt;BR /&gt;-*- Menu governor (for tickless system)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Arm CPU Idle Drivers ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [*] Generic Arm/Arm64 CPU idle Driver&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cpuidle driver can switch CPU state according to the idle policy (governor). For more information.&lt;BR /&gt;/* Check the cpuidle driver which is currently used. */&lt;BR /&gt;# cat /sys/devices/system/cpu/cpuidle/current_driver&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/* Check the following directory to see the detailed statistic information of each state on each CPU. */&lt;BR /&gt;/sys/devices/system/cpu/cpu0/cpuidle/state0/&lt;BR /&gt;/sys/devices/system/cpu/cpu0/cpuidle/state1/&lt;/P&gt;</description>
    <pubDate>Tue, 15 Dec 2020 06:53:22 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2020-12-15T06:53:22Z</dc:date>
    <item>
      <title>lx2160a not enter into  cpu IDLE status</title>
      <link>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1198299#M7189</link>
      <description>&lt;P&gt;lx2160a not enter into cpu IDLE status&lt;/P&gt;&lt;P&gt;1 only run linux, use top cmd, cpu 99% is idle,&amp;nbsp; but&amp;nbsp; usage of all cpu idle status&amp;nbsp; is&amp;nbsp; all 0..&lt;/P&gt;&lt;P&gt;cat /sys/devices/system/cpu/cpu4/cpuidle/state0/usage&lt;BR /&gt;cat /sys/devices/system/cpu/cpu4/cpuidle/state1/usage&lt;/P&gt;&lt;P&gt;cat /sys/devices/system/cpu/cpu6/cpuidle/state0/time&lt;BR /&gt;cat /sys/devices/system/cpu/cpu6/cpuidle/state1/time&lt;/P&gt;&lt;P&gt;the idle time also is 0,&amp;nbsp; maybe this cause&amp;nbsp; high power consume&amp;nbsp; of&amp;nbsp; our lx2160a&amp;nbsp; board .&lt;/P&gt;&lt;P&gt;I have set kernel,&amp;nbsp; &amp;nbsp;CPU Frequency scaling,&amp;nbsp;Default CPUFreq governor (userspace),&amp;nbsp;&amp;nbsp;ondemand cpufreq policy governor&lt;/P&gt;&lt;P&gt;how can lx2160a enter into real idle ???&amp;nbsp; and how can reduce the&amp;nbsp;power consume??&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 01:48:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1198299#M7189</guid>
      <dc:creator>156614400</dc:creator>
      <dc:date>2020-12-12T01:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: lx2160a not enter into  cpu IDLE status</title>
      <link>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1199412#M7213</link>
      <description>&lt;P&gt;Please enable the CPU idle driver as the following,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CPU Power Management ---&amp;gt;&lt;BR /&gt;CPU Idle ---&amp;gt;&lt;BR /&gt;[*] CPU idle PM support&lt;BR /&gt;[*] Ladder governor (for periodic timer tick)&lt;BR /&gt;-*- Menu governor (for tickless system)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; Arm CPU Idle Drivers ---&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [*] Generic Arm/Arm64 CPU idle Driver&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The cpuidle driver can switch CPU state according to the idle policy (governor). For more information.&lt;BR /&gt;/* Check the cpuidle driver which is currently used. */&lt;BR /&gt;# cat /sys/devices/system/cpu/cpuidle/current_driver&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;/* Check the following directory to see the detailed statistic information of each state on each CPU. */&lt;BR /&gt;/sys/devices/system/cpu/cpu0/cpuidle/state0/&lt;BR /&gt;/sys/devices/system/cpu/cpu0/cpuidle/state1/&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 06:53:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1199412#M7213</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2020-12-15T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: lx2160a not enter into  cpu IDLE status</title>
      <link>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1199475#M7215</link>
      <description>&lt;P&gt;thank you!&lt;/P&gt;&lt;P&gt;this problem's reason have been find,&amp;nbsp; now&amp;nbsp; no problem.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 08:18:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/lx2160a-not-enter-into-cpu-IDLE-status/m-p/1199475#M7215</guid>
      <dc:creator>156614400</dc:creator>
      <dc:date>2020-12-15T08:18:28Z</dc:date>
    </item>
  </channel>
</rss>

