<?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: Disable USB VBUS power supply</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884714#M134055</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally, I found a way to control VBUS 5V power:&lt;/P&gt;&lt;P&gt;Build ChipIdea USB driver as kernel modules, and then you can enable/disable VBUS 5V power by installing/removing ko file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2019 08:03:03 GMT</pubDate>
    <dc:creator>enginlee</dc:creator>
    <dc:date>2019-03-14T08:03:03Z</dc:date>
    <item>
      <title>Disable USB VBUS power supply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884711#M134052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to power off USB port on my i.MX6ULL with 4.14.78 BSP and there is an instruction on the reference manual:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;4.9.8 How to Close the USB Child Device Power&lt;BR /&gt;The following code string outlines how to close the USB child device power:&lt;BR /&gt;echo auto &amp;gt; /sys/bus/usb/devices/1-1/power/control&lt;BR /&gt;echo auto &amp;gt; /sys/bus/usb/devices/1-1.1/power/control (If there is a hub at USB device)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But it seems not working like that:&lt;/P&gt;&lt;P&gt;echo auto &amp;gt; /sys/bus/usb/devices/1-1/power/control&amp;nbsp;&amp;nbsp; // -&amp;gt; nothing happened&lt;/P&gt;&lt;P&gt;echo auto &amp;gt; /sys/bus/usb/devices/usb1/power/control&amp;nbsp;&amp;nbsp; // -&amp;gt; device detached, but VBUS 5V is still ON&lt;/P&gt;&lt;P&gt;Even if I enter deep sleep mode (echo mem &amp;gt; /sys/power/state), VBUS 5V&amp;nbsp; is still ON.&lt;/P&gt;&lt;P&gt;Is there any setting or configuration to change this behavior? I don't want to get USB devices to be charged from USB port after entering deep sleep mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Engin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Jan 2019 02:32:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884711#M134052</guid>
      <dc:creator>enginlee</dc:creator>
      <dc:date>2019-01-19T02:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: Disable USB VBUS power supply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884712#M134053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually USB is powered even in deep sleep mode.&lt;BR /&gt;Please try to turn off USB power with the command like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# echo suspend &amp;gt; /sys/bus/usb/devices/usb1/power/control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Victor&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>Wed, 23 Jan 2019 08:19:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884712#M134053</guid>
      <dc:creator>b36401</dc:creator>
      <dc:date>2019-01-23T08:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: Disable USB VBUS power supply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884713#M134054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I got an error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;# echo suspend &amp;gt; /sys/bus/usb/devices/usb1/power/control&lt;BR /&gt;sh: write error: Invalid argument&lt;BR /&gt;# echo suspend &amp;gt; /sys/bus/usb/devices/usb2/power/control&lt;BR /&gt;sh: write error: Invalid argument&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2019 11:13:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884713#M134054</guid>
      <dc:creator>enginlee</dc:creator>
      <dc:date>2019-01-23T11:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Disable USB VBUS power supply</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884714#M134055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Finally, I found a way to control VBUS 5V power:&lt;/P&gt;&lt;P&gt;Build ChipIdea USB driver as kernel modules, and then you can enable/disable VBUS 5V power by installing/removing ko file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2019 08:03:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-USB-VBUS-power-supply/m-p/884714#M134055</guid>
      <dc:creator>enginlee</dc:creator>
      <dc:date>2019-03-14T08:03:03Z</dc:date>
    </item>
  </channel>
</rss>

