<?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: imx95 low power mode in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269604#M243087</link>
    <description>&lt;P&gt;In custom board iam using fusb302 but not enabled as usb3.0 , we are using it as usb2.0 .&lt;BR /&gt;but when entering into deep sleep ( echo mem &amp;gt; /sys/power/state ) The error is occuring in xhci-hcd driver.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Test Setup:&lt;/STRONG&gt;&lt;BR /&gt;• SoC: i.MX95&lt;BR /&gt;• OS: Yocto Linux (kernel 6.x, NXP BSP)&lt;BR /&gt;• USB Mode: Host (xHCI, USB3)&lt;BR /&gt;• Connected Device: USB flash drive (Mass Storage)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Boot the board normally.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Connect a USB storage device to the USB3 host port.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Verify enumeration using lsusb and confirm device is accessible.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Enter low power mode using:&lt;BR /&gt;&lt;BR /&gt;echo mem &amp;gt; /sys/power/state&lt;BR /&gt;&lt;BR /&gt;After this step itself it is showing error.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Resume the system using the configured wake-up source (power button/ GPIO).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;After resume, observe that the USB device either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;is not detected, or&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;shows xHCI / DWC3 related errors in dmesg, or&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;requires USB re-plug to work again.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;ERROR LOGS :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;echo mem &amp;gt; /sys/power/state&lt;BR /&gt;[ 117.057281] PM: suspend entry (deep)&lt;BR /&gt;[ 117.066009] Filesystems sync: 0.005 seconds&lt;BR /&gt;[ 117.071209] Freezing user space processes&lt;BR /&gt;[ 117.076800] Freezing user space processes completed (elapsed 0.001 seconds)&lt;BR /&gt;[ 117.083781] OOM killer disabled.&lt;BR /&gt;[ 117.087011] Freezing remaining freezable tasks&lt;BR /&gt;[ 117.132725] Freezing remaining freezable tasks completed (elapsed 0.041 seconds)&lt;BR /&gt;[ 117.140164] printk: Suspending console(s) (use no_console_suspend to debug)&lt;BR /&gt;[ 117.156868] sd 0:0:0:0: [sda] Synchronizing SCSI cache&lt;BR /&gt;[ 117.267552] xhci-hcd xhci-hcd.2.auto: WARN: xHC CMD_RUN timeout&lt;BR /&gt;[ 117.267611] xhci-hcd xhci-hcd.2.auto: PM: dpm_run_callback(): platform_pm_suspend returns -110&lt;BR /&gt;[ 117.267631] xhci-hcd xhci-hcd.2.auto: PM: failed to suspend async: error -110&lt;BR /&gt;[ 117.267702] PM: Some devices failed to suspend, or early wake event detected&lt;BR /&gt;[ 117.268017] hub 1-0:1.0: hub_ext_port_status failed (err = -108)&lt;BR /&gt;[ 117.268044] usb usb1-port1: cannot disable (err = -108)&lt;BR /&gt;[ 117.516365] PM: resume devices took 0.248 seconds&lt;BR /&gt;[ 117.570639] OOM killer enabled.&lt;BR /&gt;[ 117.573777] Restarting tasks ... done.&lt;BR /&gt;[ 117.575261] sd 0:0:0:0: [sda] Test Unit Ready failed: Result: hostbyte=0x01 driverbyte=DRIVER_OK&lt;BR /&gt;[ 117.578423] random: crng reseeded on system resumption&lt;BR /&gt;[ 117.587117] sda: detected capacity change from 120164352 to 0&lt;BR /&gt;[ 117.598136] PM: suspend exit&lt;BR /&gt;-sh: echo: write error: Connection timed out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Dec 2025 09:13:06 GMT</pubDate>
    <dc:creator>kannappan</dc:creator>
    <dc:date>2025-12-29T09:13:06Z</dc:date>
    <item>
      <title>imx95 low power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269225#M243067</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;P&gt;I am working on a custom i.MX95 board running Linux 6.12 (Yocto-based). I am facing a suspend-to-RAM (deep sleep) failure related to the USB3 host controller. When executing echo mem &amp;gt; /sys/power/state, the system aborts suspend with xhci-hcd: WARN: xHC CMD_RUN timeout followed by PM: failed to suspend async: error -110. The issue occurs consistently when USB host mode is enabled, even with no active USB traffic. I am using a fixed 5V VBUS regulator controlled by a GPIO, and the USB3 controller, PHY, clocks, and power-domains are defined in the DTS (attached). My requirement is to fully power off USB VBUS during low power mode while allowing the system to enter deep sleep successfully. I have attached the full suspend/resume dmesg logs and the relevant USB-related DTS nodes for reference. I would like guidance on the correct DTS and/or driver-side handling required to avoid the xHCI suspend timeout on i.MX95.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Fri, 26 Dec 2025 10:04:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269225#M243067</guid>
      <dc:creator>kannappan</dc:creator>
      <dc:date>2025-12-26T10:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: imx95 low power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269574#M243084</link>
      <description>&lt;P&gt;Could you share us the details steps, that we can reporcuce it on our EVK Board? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 08:15:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269574#M243084</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2025-12-29T08:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: imx95 low power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269604#M243087</link>
      <description>&lt;P&gt;In custom board iam using fusb302 but not enabled as usb3.0 , we are using it as usb2.0 .&lt;BR /&gt;but when entering into deep sleep ( echo mem &amp;gt; /sys/power/state ) The error is occuring in xhci-hcd driver.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Test Setup:&lt;/STRONG&gt;&lt;BR /&gt;• SoC: i.MX95&lt;BR /&gt;• OS: Yocto Linux (kernel 6.x, NXP BSP)&lt;BR /&gt;• USB Mode: Host (xHCI, USB3)&lt;BR /&gt;• Connected Device: USB flash drive (Mass Storage)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Boot the board normally.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Connect a USB storage device to the USB3 host port.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Verify enumeration using lsusb and confirm device is accessible.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Enter low power mode using:&lt;BR /&gt;&lt;BR /&gt;echo mem &amp;gt; /sys/power/state&lt;BR /&gt;&lt;BR /&gt;After this step itself it is showing error.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Resume the system using the configured wake-up source (power button/ GPIO).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;After resume, observe that the USB device either:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;is not detected, or&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;shows xHCI / DWC3 related errors in dmesg, or&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;requires USB re-plug to work again.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;ERROR LOGS :&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;echo mem &amp;gt; /sys/power/state&lt;BR /&gt;[ 117.057281] PM: suspend entry (deep)&lt;BR /&gt;[ 117.066009] Filesystems sync: 0.005 seconds&lt;BR /&gt;[ 117.071209] Freezing user space processes&lt;BR /&gt;[ 117.076800] Freezing user space processes completed (elapsed 0.001 seconds)&lt;BR /&gt;[ 117.083781] OOM killer disabled.&lt;BR /&gt;[ 117.087011] Freezing remaining freezable tasks&lt;BR /&gt;[ 117.132725] Freezing remaining freezable tasks completed (elapsed 0.041 seconds)&lt;BR /&gt;[ 117.140164] printk: Suspending console(s) (use no_console_suspend to debug)&lt;BR /&gt;[ 117.156868] sd 0:0:0:0: [sda] Synchronizing SCSI cache&lt;BR /&gt;[ 117.267552] xhci-hcd xhci-hcd.2.auto: WARN: xHC CMD_RUN timeout&lt;BR /&gt;[ 117.267611] xhci-hcd xhci-hcd.2.auto: PM: dpm_run_callback(): platform_pm_suspend returns -110&lt;BR /&gt;[ 117.267631] xhci-hcd xhci-hcd.2.auto: PM: failed to suspend async: error -110&lt;BR /&gt;[ 117.267702] PM: Some devices failed to suspend, or early wake event detected&lt;BR /&gt;[ 117.268017] hub 1-0:1.0: hub_ext_port_status failed (err = -108)&lt;BR /&gt;[ 117.268044] usb usb1-port1: cannot disable (err = -108)&lt;BR /&gt;[ 117.516365] PM: resume devices took 0.248 seconds&lt;BR /&gt;[ 117.570639] OOM killer enabled.&lt;BR /&gt;[ 117.573777] Restarting tasks ... done.&lt;BR /&gt;[ 117.575261] sd 0:0:0:0: [sda] Test Unit Ready failed: Result: hostbyte=0x01 driverbyte=DRIVER_OK&lt;BR /&gt;[ 117.578423] random: crng reseeded on system resumption&lt;BR /&gt;[ 117.587117] sda: detected capacity change from 120164352 to 0&lt;BR /&gt;[ 117.598136] PM: suspend exit&lt;BR /&gt;-sh: echo: write error: Connection timed out&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2025 09:13:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2269604#M243087</guid>
      <dc:creator>kannappan</dc:creator>
      <dc:date>2025-12-29T09:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: imx95 low power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2270310#M243109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257117"&gt;@kannappan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;OK, we are going to have the&amp;nbsp;New Year's Day holiday. when I back to office I will try it on our board and then give your reply.&lt;/P&gt;
&lt;P&gt;Wish you have a nice day&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Rita&lt;/P&gt;</description>
      <pubDate>Wed, 31 Dec 2025 01:53:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2270310#M243109</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2025-12-31T01:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: imx95 low power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2290750#M243283</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/57740"&gt;@Rita_Wang&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Is there any reply for the above issue.&lt;BR /&gt;&lt;BR /&gt;Best Regards&lt;BR /&gt;Kannappan&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 09:04:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2290750#M243283</guid>
      <dc:creator>kannappan</dc:creator>
      <dc:date>2026-01-09T09:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: imx95 low power mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2290911#M243287</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/257117"&gt;@kannappan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Sorry for too busy this week, I will test it for you next week and share the result to you.&lt;/P&gt;
&lt;P&gt;Wish you have a nice day&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Rita&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2026 10:23:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx95-low-power-mode/m-p/2290911#M243287</guid>
      <dc:creator>Rita_Wang</dc:creator>
      <dc:date>2026-01-09T10:23:24Z</dc:date>
    </item>
  </channel>
</rss>

