<?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: MX6ULL OTG not working</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034876#M152646</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="348091" data-username="ranjithkumar.kv@vvdntech.in" href="https://community.nxp.com/people/ranjithkumar.kv@vvdntech.in"&gt;Ranjith&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Due to no customer's schematic, I have no way to know how customer uses the pin GPIO1_IO04. I only refer to IMX6ULL-EVK's usage for the pin, GPIO1_IO04 can be multiplexed as USB_OTG1_PWR or GPIO1_IO04, see imx6ul-pinfunc.h file:&lt;BR /&gt;MX6UL_PAD_GPIO1_IO04__USB_OTG1_PWR&lt;BR /&gt;MX6UL_PAD_GPIO1_IO04__GPIO1_IO04&lt;/P&gt;&lt;P&gt;On imx6ull-evk, GPIO1_IO04 pin is used for touch screen control, which means TS driver is using it. so probably you can't opreate it on application level.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101140i87705A1752323E01/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From EVK schematic, USB OTG1 Power is controlled by USB_OTG1_ID's level, So by default USB_OTG1_PWR signal is not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the pin is used to control USB OTG1 power on your board, you should multiplex it to be USB_OTG1_PWR, but not GPIO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope above information is helpful for you.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;B.R,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Mar 2020 01:49:39 GMT</pubDate>
    <dc:creator>weidong_sun</dc:creator>
    <dc:date>2020-03-31T01:49:39Z</dc:date>
    <item>
      <title>MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034875#M152645</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;We are using customized i.MX6ULL board. We are using OTG1 interface as serial download interface and also we are trying to connect OTG cable to that port. We are having one power switch to enable the 5V to uUSB port for which the enable signal is coming from OTG1_PWR signal. At first when we checked the dts file there was no muxing option for the OTG1_PWR and OTG1_OC pin. At this configuration when we changed the status of the OTG1_PWR signal to logic HIGH via the gpio application in U-boot and then boot the board, we are able to detect the pen drive connected to the uUSB port via the OTG cable. When we had muxed both the pins in Kernel and U-boot dts files, the OTG1_PWR signal was always logic HIGH and we can't control that signal via the gpio application in U-boot. After the board boots up also the, even though uUSB is getting 5V power supply the USB devices connected to the port is not getting detected at all.&lt;/P&gt;&lt;P&gt;So is there a way to specify in the dts file the logic levels for that signal like ACTIVE_HIGH/LOW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2020 14:41:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034875#M152645</guid>
      <dc:creator>ranjithkumar_kv</dc:creator>
      <dc:date>2020-03-30T14:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034876#M152646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="348091" data-username="ranjithkumar.kv@vvdntech.in" href="https://community.nxp.com/people/ranjithkumar.kv@vvdntech.in"&gt;Ranjith&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Due to no customer's schematic, I have no way to know how customer uses the pin GPIO1_IO04. I only refer to IMX6ULL-EVK's usage for the pin, GPIO1_IO04 can be multiplexed as USB_OTG1_PWR or GPIO1_IO04, see imx6ul-pinfunc.h file:&lt;BR /&gt;MX6UL_PAD_GPIO1_IO04__USB_OTG1_PWR&lt;BR /&gt;MX6UL_PAD_GPIO1_IO04__GPIO1_IO04&lt;/P&gt;&lt;P&gt;On imx6ull-evk, GPIO1_IO04 pin is used for touch screen control, which means TS driver is using it. so probably you can't opreate it on application level.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/101140i87705A1752323E01/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From EVK schematic, USB OTG1 Power is controlled by USB_OTG1_ID's level, So by default USB_OTG1_PWR signal is not used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the pin is used to control USB OTG1 power on your board, you should multiplex it to be USB_OTG1_PWR, but not GPIO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope above information is helpful for you.&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;B.R,&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 01:49:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034876#M152646</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-03-31T01:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034877#M152647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wigros,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have disabled the TSC in dts file and multiplexed the the GPIO1_IO04 pin to be USB_OTG1_PWR signal but making this change also didn't made the OTG to work. The other query is like how to change the detection level from ACTIVE_LOW to ACTIVE_HIGH for both OTG1_PWR and OTG1_OC signals in dts file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ranjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2020 04:41:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034877#M152647</guid>
      <dc:creator>ranjithkumar_kv</dc:creator>
      <dc:date>2020-03-31T04:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034878#M152648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; At least , USB OTG1 can work in device mode ,so MFG tools or uuu can flash images into eMMC or SD card.&lt;/P&gt;&lt;P&gt;Can you program it normally?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 05:07:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034878#M152648</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-04-01T05:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034879#M152649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wigros,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes we can flash the eMMC or SD card via UUU tool perfectly. The only problem is that OTG devices is not getting detected in OTG1 port. Is there a way to change the detection level for those 2 signals which I had mentioned earlier to ACTIVE_HIGH from ACTIVE_LOW in the dts file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 05:12:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034879#M152649</guid>
      <dc:creator>ranjithkumar_kv</dc:creator>
      <dc:date>2020-04-01T05:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034880#M152650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ranjith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If USB OTG1 works in device mode, USB_OTG1_ID should be pulled up to High(here is 3.3V) via a 4.7K/10K resistor.&amp;nbsp; USB_OTG1_VBUS power comes from USB_VBUS on mircro USB Connector, which means USB OTG1 VBUS is supplied by external 5V(coming from PC USB when it is connected to PC USB HOST).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If USB OTG1 works in Host mode, USB_OTG1_ID pin should be pulled down to LOW via a resistor(for example, 2.2k). At this time, USB OTG1 PWR should output HIGH to enable USB OTG1 power to supply 5V to USB OTG1 VUBS and USB VBUS on USB HOST Connector(USB TYPE-A-F).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, try the following code:&lt;/P&gt;&lt;P&gt;......&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulators {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "simple-bus";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#address-cells = &amp;lt;1&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;#size-cells = &amp;lt;0&amp;gt;;&lt;BR /&gt;......&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reg_gpio_dvfs: regulator-gpio {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "regulator-gpio";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-names = "default";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_dvfs&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-min-microvolt = &amp;lt;1300000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-max-microvolt = &amp;lt;1400000&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-name = "gpio_dvfs";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-type = "voltage";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;gpios = &amp;lt;&amp;amp;gpio5 3 GPIO_ACTIVE_HIGH&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;states = &amp;lt;1300000 0x1 1400000 0x0&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;/* add the node to regulator. */&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reg_usb_otg1_vbus: regulator@2 {&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;compatible = "regulator-fixed";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;reg = &amp;lt;2&amp;gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-name = "usb_otg_vbus";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-min-microvolt = &amp;lt;5000000&amp;gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;regulator-max-microvolt = &amp;lt;5000000&amp;gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;gpio = &amp;lt;&amp;amp;gpio1 4 0&amp;gt;;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;enable-active-high;&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;BR /&gt;... ... &lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl_hog_1: hoggrp-1 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,pins = &amp;lt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6UL_PAD_UART1_RTS_B__GPIO1_IO19&amp;nbsp;&amp;nbsp; &amp;nbsp;0x17059 /* SD1 CD */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6UL_PAD_GPIO1_IO05__USDHC1_VSELECT&amp;nbsp;&amp;nbsp; &amp;nbsp;0x17059 /* SD1 VSELECT */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;MX6UL_PAD_GPIO1_IO09__GPIO1_IO09&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0x17059 /* SD1 RESET */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&amp;nbsp;MX6UL_PAD_GPIO1_IO04__GPIO1_IO04&amp;nbsp;&amp;nbsp; 0x17059&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl_usb_otg1_id: usbotg1idgrp {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;fsl,pins = &amp;lt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&amp;nbsp;MX6UL_PAD_GPIO1_IO00__ANATOP_OTG1_ID&amp;nbsp;&amp;nbsp; &amp;nbsp;0x17059&amp;nbsp; /* &lt;STRONG&gt;check if it has been in dts, if not , add it&lt;/STRONG&gt;.*/&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;amp;usbotg1 {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;vbus-supply = &amp;lt;&amp;amp;reg_usb_otg1_vbus&amp;gt;; /* &lt;EM&gt;add power control&lt;/EM&gt; */&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-names = "default";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;pinctrl-0 = &amp;lt;&amp;amp;pinctrl_usb_otg1_id&amp;gt;;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;dr_mode = "otg";&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;srp-disable;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;hnp-disable;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;adp-disable;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = "okay";&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try it, please!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;Weidong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2020 07:04:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034880#M152650</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2020-04-01T07:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: MX6ULL OTG not working</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034881#M152651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wigros,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the including the changes told by you in our dts file USB devices are getting detected in USB_OTG1 port when connected through OTG cable. Thanks for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;Ranjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2020 12:26:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MX6ULL-OTG-not-working/m-p/1034881#M152651</guid>
      <dc:creator>ranjithkumar_kv</dc:creator>
      <dc:date>2020-04-02T12:26:01Z</dc:date>
    </item>
  </channel>
</rss>

