<?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: UHS-I support in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551723#M86251</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;Here are few more details with the current status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After CMD11 we are changing the PMIC LDO voltage to 1.8V in sdhci_start_signal_voltage_switch() of sdhci.c. We are trying this way(may not be the right one), as we are not using VSELECT of SDHC.&lt;/P&gt;&lt;P&gt;Once this voltage switching is done, driver is unable to receive the CMD2 response and giving timeout error. Attached the log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know your thoughts on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vishakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2016 13:39:46 GMT</pubDate>
    <dc:creator>vishakh</dc:creator>
    <dc:date>2016-08-31T13:39:46Z</dc:date>
    <item>
      <title>UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551721#M86249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to provide UHS-I support in SDHC driver "sdhci-esdhc-imx.c" in Linux 3.0.35 running on i.MX6 custom board.&lt;/P&gt;&lt;P&gt;PMIC(pf0100) VGEN4 LDO provides voltage required to the connector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In esdhc_writew_le() whenever SDHCI_CTRL_VDD_180 is detected we are planning to change the VGEN4 LDO voltage to 3.3 to 1.8V which is required for high speed operation. And whenever normal SD card is detected VGEN4 voltage should again switch back to 1.8V to 3.3V.&lt;/P&gt;&lt;P&gt;How we can use the pfuze driver to achieve this voltage switching?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vishakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 08:51:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551721#M86249</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2016-08-23T08:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551722#M86250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishakh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;switching procedure is described in SD specification, Figure 3-16&lt;/P&gt;&lt;P&gt;UHS-I: host send ACMD41, card replies if switch is allowed. If allowed&lt;/P&gt;&lt;P&gt;host send CMD11 to invoke voltage switch sequence.&lt;/P&gt;&lt;P&gt;Please refer to p.17 SD specification&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.sdcard.org%2Fdownloads%2Fpls%2Fpdf%2Fpart1_410.pdf" rel="nofollow" target="_blank"&gt;https://www.sdcard.org/downloads/pls/pdf/part1_410.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.sdcard.org%2Fdownloads%2Fpls%2F" rel="nofollow" target="_blank"&gt;https://www.sdcard.org/downloads/pls/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also may be useful to look at patch&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.spinics.net%2Flists%2Flinux-mmc%2Fmsg22850.html" rel="nofollow" target="_blank"&gt;http://www.spinics.net/lists/linux-mmc/msg22850.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regarding pmic usage please check attached Linux Manual&lt;/P&gt;&lt;P&gt;Chapter 17 PF100 Regulator Driver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 10:53:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551722#M86250</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-23T10:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551723#M86251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply.&lt;/P&gt;&lt;P&gt;Here are few more details with the current status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After CMD11 we are changing the PMIC LDO voltage to 1.8V in sdhci_start_signal_voltage_switch() of sdhci.c. We are trying this way(may not be the right one), as we are not using VSELECT of SDHC.&lt;/P&gt;&lt;P&gt;Once this voltage switching is done, driver is unable to receive the CMD2 response and giving timeout error. Attached the log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let us know your thoughts on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vishakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2016 13:39:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551723#M86251</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2016-08-31T13:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551724#M86252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the L3.0.35_4.0.0 BSP driver "sdhci-esdhc-imx.c" supports UHS-I?&lt;/P&gt;&lt;P&gt;Awaiting for your reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vishakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 04:56:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551724#M86252</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2016-09-07T04:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551725#M86253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishakh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am afraid no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 05:38:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551725#M86253</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-07T05:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551726#M86254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I observed "sdhci-esdhc-imx.c" supports 1.8V switching using VSELECT. Is this not sufficient to support UHS-I functionality. If not what are the further modifications required ?&lt;/P&gt;&lt;P&gt;We have spent lot of time debugging UHS-I. Any help from you will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Regards,&lt;/P&gt;&lt;P&gt;Vishakh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 08:44:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551726#M86254</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2016-09-07T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: UHS-I support</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551727#M86255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishakh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not supported as answered by i.mx application team (please ask local&lt;/P&gt;&lt;P&gt;fae to get access to link below)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.freescale.com/message/345405#345405"&gt;https://community.freescale.com/message/345405#345405&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you can try latest linux releases, the later the better, to use that&lt;/P&gt;&lt;P&gt;functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Sep 2016 10:20:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/UHS-I-support/m-p/551727#M86255</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-07T10:20:54Z</dc:date>
    </item>
  </channel>
</rss>

