<?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 i.Mx7D Power management in Processor Expert Software</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676078#M5649</link>
    <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I am using iMx7D for one of our custom product. We are running 5.10 kernel version. I want to enable power management feature for reducing the current consumption. I have enabled CONFIG_SUSPEND macro in kernel. I am able to put the system into suspend mode using echo mem &amp;gt; /sys/power/state command and able to wakeup the device using GPIO interrupt. But I dont see much reduction in current consumption of the device when in suspend mode. I see missing of pm-imx7.c and suspend-imx7.S files in arch/arm/mach-imx folder of my kernel directory. So Is these files mandatory for making the necessary changes for power management implementation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jun 2023 13:47:06 GMT</pubDate>
    <dc:creator>sharmilad</dc:creator>
    <dc:date>2023-06-26T13:47:06Z</dc:date>
    <item>
      <title>i.Mx7D Power management</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676078#M5649</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I am using iMx7D for one of our custom product. We are running 5.10 kernel version. I want to enable power management feature for reducing the current consumption. I have enabled CONFIG_SUSPEND macro in kernel. I am able to put the system into suspend mode using echo mem &amp;gt; /sys/power/state command and able to wakeup the device using GPIO interrupt. But I dont see much reduction in current consumption of the device when in suspend mode. I see missing of pm-imx7.c and suspend-imx7.S files in arch/arm/mach-imx folder of my kernel directory. So Is these files mandatory for making the necessary changes for power management implementation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 13:47:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676078#M5649</guid>
      <dc:creator>sharmilad</dc:creator>
      <dc:date>2023-06-26T13:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: i.Mx7D Power management</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676308#M5651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your interest in NXP Semiconductor products,&lt;/P&gt;
&lt;P&gt;Yes, these files are needed, power management driver executes &lt;SPAN class="fontstyle0"&gt;imx6_suspend or imx7_suspend in IRAM when entering to DORMANT mode, that one you are using.&lt;/SPAN&gt; &lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Probably there are missing configs, could you please share Power management options -&amp;gt; Power Management support and Power management options -&amp;gt; Suspend to RAM and standby?&lt;BR style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Also, I understood that you did found cpu_idle, am I right?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="fontstyle0"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jun 2023 18:41:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676308#M5651</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-06-26T18:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: i.Mx7D Power management</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676507#M5653</link>
      <description>&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;Thank you for your reply. Yes, the configs are enabled. I have attached my linux defconfig file. Please check and let me know if anything I am missing. From your comment what I understand is since I do not have suspend_imx7.S file it is using imx6 files. Am I correct? If suspend_imx7.S and pm_imx7.c files are mandatory; then where will I get that for kernel v 5.10? Do you have any patch for this?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;Also, I understood that you did found cpu_idle, am I right?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Not clear about this&amp;nbsp;query.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 02:26:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1676507#M5653</guid>
      <dc:creator>sharmilad</dc:creator>
      <dc:date>2023-06-27T02:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.Mx7D Power management</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1680727#M5666</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;No, i.MX 6 and 7 platforms have files that are named similar, the process is the same, use imx suspend file, you need imx7_suspend.&lt;/P&gt;&lt;P&gt;But I found out what the problem is, from a thread that a colleague of mine helped you with, it seems that the issue is that you need to add more steps to really get a low power consumption based on the app note provided by my colleague.&lt;/P&gt;&lt;P&gt;If you have any additional steps since that &lt;A href="https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management-Issue/td-p/1655416" target="_self"&gt;thread&lt;/A&gt; (based on the appnote) or any measurements for both states that differ from what you disabled, please provide it.&lt;/P&gt;&lt;P&gt;Summarizing, I'd really look into the appnote no achieve a low power consumption based only on your board, settings and differences. The files do exist, they aren’t in the fs. If you can enter into sleep mode and the defconfig looks alright. Thank you for the time provided.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 23:30:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/i-Mx7D-Power-management/m-p/1680727#M5666</guid>
      <dc:creator>JosephAtNXP</dc:creator>
      <dc:date>2023-07-03T23:30:47Z</dc:date>
    </item>
  </channel>
</rss>

