<?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>i.MX ProcessorsのトピックRe: Ovewrite vmmc voltage did not work</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394659#M185420</link>
    <description>&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;Thanks for your response. the usdhc2 in my imx6ul-14x14-evk.dtsi has a statement no-1-8-v;, should I add the 1-8-v or no-1-8-v; to my dts usdhc1?&lt;/P&gt;&lt;P&gt;BTW, how can I delete reg_sd1_vmmc in imx6ul-14x14-evk.dtsi presented in my dts?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;jh&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 08:05:33 GMT</pubDate>
    <dc:creator>jupiter_hce</dc:creator>
    <dc:date>2022-01-05T08:05:33Z</dc:date>
    <item>
      <title>Ovewrite vmmc voltage did not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394465#M185394</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a customer iMX6ULZ which usdhc1 uses 1.8V VDD not 3.3V, it also does not use , reg_sd1_vmmc, I tried modify and overwrite&amp;nbsp;reg_sd1_vmmc voltage and to remove GPIO 9, and&amp;nbsp;&amp;amp;usdhc1 included from&amp;nbsp;imx6ul-14x14-evk.dtsi:&lt;/P&gt;&lt;P&gt;#include "imx6ull.dtsi"&lt;/P&gt;&lt;P&gt;/ {&lt;BR /&gt;model = "custom imx6ulz";&lt;BR /&gt;compatible = "fsl,imx6ull";&lt;/P&gt;&lt;P&gt;chosen {&lt;BR /&gt;stdout-path = &amp;amp;uart1;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;memory@80000000 {&lt;BR /&gt;reg = &amp;lt;0x80000000 0x20000000&amp;gt;;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;reg_sd1_vmmc: regulator-sd1-vmmc {&lt;BR /&gt;compatible = "regulator-fixed";&lt;BR /&gt;regulator-name = "VSD_1V8";&lt;BR /&gt;regulator-min-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt;regulator-max-microvolt = &amp;lt;1800000&amp;gt;;&lt;BR /&gt;/* gpio = &amp;lt;&amp;amp;gpio1 9 GPIO_ACTIVE_HIGH&amp;gt;; */&lt;BR /&gt;enable-active-high;&lt;BR /&gt;};&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&amp;amp;usdhc1 {&lt;BR /&gt;pinctrl-names = "default";&lt;BR /&gt;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usdhc1&amp;gt;;&lt;BR /&gt;cd-gpios = &amp;lt;&amp;amp;gpio1 19 GPIO_ACTIVE_LOW&amp;gt;;&lt;BR /&gt;max-frequency = &amp;lt;50000000&amp;gt;;&lt;BR /&gt;keep-power-in-suspend;&lt;BR /&gt;#wakeup-source;&lt;BR /&gt;vmmc-supply = &amp;lt;&amp;amp;reg_sd1_vmmc&amp;gt;;&lt;BR /&gt;non-removable;&lt;BR /&gt;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;But that did not work in kernel, the mmc0 was still 3.3:&lt;/P&gt;&lt;P&gt;clock: 50000000 Hz&lt;BR /&gt;actual clock: 49500000 Hz&lt;BR /&gt;vdd: 21 (3.3 ~ 3.4 V)&lt;BR /&gt;bus mode: 2 (push-pull)&lt;BR /&gt;chip select: 0 (don't care)&lt;BR /&gt;power mode: 2 (on)&lt;BR /&gt;bus width: 2 (4 bits)&lt;BR /&gt;timing spec: 2 (sd high-speed)&lt;BR /&gt;signal voltage: 0 (3.30 V)&lt;BR /&gt;driver type: 0 (driver type B)&lt;/P&gt;&lt;P&gt;The GPIO 9 was still in kernel:&lt;/P&gt;&lt;P&gt;gpio-9 ( |VSD_3V3 ) out hi&lt;/P&gt;&lt;P&gt;Why could the reg_sd1_vmmc not be changed?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;jh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 01:57:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394465#M185394</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2022-01-05T01:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ovewrite vmmc voltage did not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394626#M185415</link>
      <description>&lt;P&gt;Hi Jupiter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if 1.8V/ 3.3V switching is not needed one can try to follow SPF-29364 p.10 (i.MX6ULL EVK)&lt;/P&gt;
&lt;P&gt;recommendation&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166730i0B151561DBCE7D20/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;and use dts usdhc2 example&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 07:08:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394626#M185415</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2022-01-05T07:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Ovewrite vmmc voltage did not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394659#M185420</link>
      <description>&lt;P&gt;Hi igor,&lt;/P&gt;&lt;P&gt;Thanks for your response. the usdhc2 in my imx6ul-14x14-evk.dtsi has a statement no-1-8-v;, should I add the 1-8-v or no-1-8-v; to my dts usdhc1?&lt;/P&gt;&lt;P&gt;BTW, how can I delete reg_sd1_vmmc in imx6ul-14x14-evk.dtsi presented in my dts?&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;jh&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 08:05:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394659#M185420</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2022-01-05T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ovewrite vmmc voltage did not work</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394778#M185440</link>
      <description>&lt;P&gt;from&amp;nbsp; &lt;A href="https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi?h=lf-5.10.y" target="_blank"&gt;https://source.codeaurora.org/external/imx/linux-imx/tree/arch/arm/boot/dts/imx6ul-14x14-evk.dtsi?h=lf-5.10.y&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/166754i24736983761F055E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:47:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Ovewrite-vmmc-voltage-did-not-work/m-p/1394778#M185440</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2022-01-05T10:47:49Z</dc:date>
    </item>
  </channel>
</rss>

