<?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: iMX7D resets when MIPI DSI initialises in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931049#M139648</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;The &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MIPI_VREG_0P4V&amp;nbsp;&lt;/SPAN&gt;capacitor is definitely needed. The fact, that the i.MX7 SABRE looks as working&amp;nbsp;&lt;/P&gt;&lt;P&gt;without it, may concern some PCB design features.&amp;nbsp;&amp;nbsp;&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>Fri, 27 Dec 2019 03:08:55 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2019-12-27T03:08:55Z</dc:date>
    <item>
      <title>iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931041#M139640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a custom board with an iMX7D which uses MIPI DSI to interface with a LCD display. The MIPI DSI power configuration is taken from the SABRESD dev board which was used to do initial dev work on the display drivers which are working. My device tree is a modified version of the SABRESD with all unused devices removed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When Linux progresses through startup, I get the console output "mxsfb 30730000.lcdif: registered mxc display driver mipi_dsi_samsung" and then the board resets and U-Boot is restarted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed to debug the Kernel and discovered that the restart occurs when the the call to "imx_mipi_regulator_notify" in arch/arm/mach-imx/gpcv2.c is executed, specifically line 777. As I understand it, this call routes the 1.8V on the VDDA_1P8_01/02 pins to the VDDA_PHY_1P8 pin and enables the MIPI PHY. At this point the LDO_1P0D regulator has already been configured and volts are present at the VDDD_1P0_CAP pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scoping the VDDA_PHY_1P8 pin shows the volts begin to rise to approx 280mV. Then the volts decay slightly for approx 1ms before rising to 500mV. This pattern is repeated twice more as the volts get to approx 840mV before the restart occurs.&lt;BR /&gt;I have checked for shorts on neighbouring balls and have isolated the MIPI DSI clock and data outputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please shed any light on what's happening?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using buildroot and the kernel is linux-rel_imx_4.9.x_1.0.0_ga. My device tree and kernel config files are attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2019 16:00:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931041#M139640</guid>
      <dc:creator>chris_saunders</dc:creator>
      <dc:date>2019-08-16T16:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931042#M139641</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; Is it possible to look at the schematic?&amp;nbsp;&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, 28 Aug 2019 08:22:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931042#M139641</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-08-28T08:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931043#M139642</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;Sorry for the delay in responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can make the schematics available to you if I can have a private email address.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2019 15:40:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931043#M139642</guid>
      <dc:creator>chris_saunders</dc:creator>
      <dc:date>2019-09-04T15:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931044#M139643</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 - just answer it.&amp;nbsp;&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>Thu, 05 Sep 2019 05:54:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931044#M139643</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-09-05T05:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931045#M139644</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; perhaps it makes sense to try another board in order to verify if a soldering issue takes place.&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, 06 Nov 2019 05:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931045#M139644</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-11-06T05:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931046#M139645</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 have 2 main boards and 2 SOM boards (with the iMX7D on) and the problem is still evident regardless of which combination I try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2019 12:22:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931046#M139645</guid>
      <dc:creator>chris_saunders</dc:creator>
      <dc:date>2019-11-11T12:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931047#M139646</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.MX7 MIPI_VREG_0P4V&amp;nbsp; on Your scheme is left floating; on the reference design it is grounded&lt;/P&gt;&lt;P&gt;via 220nF cap.&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>Tue, 19 Nov 2019 06:26:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931047#M139646</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-11-19T06:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931048#M139647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" lang="x-unicode"&gt;&lt;P&gt;Hello Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We did notice this so I removed C92 (on MIPI_VREG_0P4V) from the iMX7D dev board and it still boots up without any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2019 08:54:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931048#M139647</guid>
      <dc:creator>chris_saunders</dc:creator>
      <dc:date>2019-11-29T08:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: iMX7D resets when MIPI DSI initialises</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931049#M139648</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;The &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;MIPI_VREG_0P4V&amp;nbsp;&lt;/SPAN&gt;capacitor is definitely needed. The fact, that the i.MX7 SABRE looks as working&amp;nbsp;&lt;/P&gt;&lt;P&gt;without it, may concern some PCB design features.&amp;nbsp;&amp;nbsp;&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>Fri, 27 Dec 2019 03:08:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX7D-resets-when-MIPI-DSI-initialises/m-p/931049#M139648</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2019-12-27T03:08:55Z</dc:date>
    </item>
  </channel>
</rss>

