<?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: MIPI-DSI power state issue in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754323#M117371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your immediate reply. I will check it and update you soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2018 08:22:21 GMT</pubDate>
    <dc:creator>deven_solanki</dc:creator>
    <dc:date>2018-04-25T08:22:21Z</dc:date>
    <item>
      <title>MIPI-DSI power state issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754319#M117367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am exploring power state modes in imx7d-sabresd board with TFT3P5581-E MIPI display from NXP. I am using default binaries from &lt;A class="link-titled" href="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.9.11_1.0.0_iMX6UL7D&amp;amp;appType=file2&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null" title="https://www.nxp.com/webapp/sps/download/license.jsp?colCode=L4.9.11_1.0.0_iMX6UL7D&amp;amp;appType=file2&amp;amp;location=null&amp;amp;DOWNLOAD_ID=null"&gt;L4.9.11_1.0.0_iMX6UL7D&lt;/A&gt;, and imx7d-sdb-mipi-dsi.dtb as a DTB.&lt;/P&gt;&lt;P&gt;The issue I am facing is, when I am going to any power state mode(standby, freeze, mem) and again coming back from power save mode using ON/OFF switch on board.&lt;/P&gt;&lt;P&gt;I am getting below error and my MIPI LCD also doesn't showing anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;root@imx6ul7d:~# echo mem &amp;gt; /sys/power/state &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: Syncing filesystems ... done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Freezing user space processes ... (elapsed 0.001 seconds) done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Suspending console(s) (use no_console_suspend to debug)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: suspend of devices complete after 816.863 msecs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: suspend devices took 0.810 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: late suspend of devices complete after 1.062 msecs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: noirq suspend of devices complete after 1.083 msecs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Disabling non-boot CPUs ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;CPU1: shutdown&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Enabling non-boot CPUs ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;CPU1 is up&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: noirq resume of devices complete after 0.562 msecs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: early resume of devices complete after 0.577 msecs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxc_mipi_dsi_samsung 30760000.mipi-dsi: wait tx done timeout!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxc_mipi_dsi_samsung 30760000.mipi-dsi: mipid_hx8363_lcd_setup ERR: ret:-110, line:178.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxc_mipi_dsi_samsung 30760000.mipi-dsi: failed to init mipi lcd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxsfb 30730000.lcdif: failed to enable dispdrv:mipi_dsi_samsung&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: resume of devices complete after 462.565 msecs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;PM: resume devices took 0.460 seconds&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;Restarting tasks ... done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;-sh: echo: write error: Device or resource busy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;root@imx6ul7d:~# mxc_mipi_dsi_samsung 30760000.mipi-dsi: wait tx done timeout!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxc_mipi_dsi_samsung 30760000.mipi-dsi: mipid_hx8363_lcd_setup ERR: ret:-110, line:175.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxc_mipi_dsi_samsung 30760000.mipi-dsi: failed to init mipi lcd.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 13px;"&gt;mxsfb 30730000.lcdif: failed to enable dispdrv:mipi_dsi_samsung&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same error for &lt;STRONG&gt;freeze&lt;/STRONG&gt; and &lt;STRONG&gt;standby&lt;/STRONG&gt; also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Solanki Deven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 13:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754319#M117367</guid>
      <dc:creator>deven_solanki</dc:creator>
      <dc:date>2018-04-20T13:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI-DSI power state issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754320#M117368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is the&amp;nbsp; power state issue the only problem with the MIPI display?&lt;/P&gt;&lt;P&gt;All the rest is working?&amp;nbsp; &lt;SPAN style="color: #51626f; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;Rev.C of the SDB may require some rework.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 08:53:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754320#M117368</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-04-24T08:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI-DSI power state issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754321#M117369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using REV D of SDB board.&lt;/P&gt;&lt;P&gt;Yes, power state issue is only with MIPI DSI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2018 10:30:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754321#M117369</guid>
      <dc:creator>deven_solanki</dc:creator>
      <dc:date>2018-04-24T10:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI-DSI power state issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754322#M117370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I've sent You mail (to check rework).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 04:00:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754322#M117370</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-04-25T04:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: MIPI-DSI power state issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754323#M117371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your immediate reply. I will check it and update you soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:22:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MIPI-DSI-power-state-issue/m-p/754323#M117371</guid>
      <dc:creator>deven_solanki</dc:creator>
      <dc:date>2018-04-25T08:22:21Z</dc:date>
    </item>
  </channel>
</rss>

