<?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: Using USB-HSIC controller in peripheral mode in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635818#M96808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;currently iMX family does not have a HSIC dual-role controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 10:33:10 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-09-21T10:33:10Z</dc:date>
    <item>
      <title>Using USB-HSIC controller in peripheral mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635815#M96805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, everyone&lt;/P&gt;&lt;P&gt;I'm using a Freescale SoC (confidential) which has some common points with an IMX6. I'm working under Linux 3.10.17.&lt;/P&gt;&lt;P&gt;This SoC has 3 USB controller (chipidea). The two first are OTG, the third is HSIC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified the driver (drivers/usb/chipidea/ci_hdrc_imx.c, usbmisc_imx.c) to support this chip and its HSIC controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When operating in host mode (dr_mode ="host" in DTS), this is OK: a chip SMSC9730 (HSIC to Ethernet) is detected, right driver is loaded, ethernet interface is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My target application is to use this SoC as a HSIC peripheral.&lt;/P&gt;&lt;P&gt;I connected my board through HSIC to an other board set as a HSIC host.&lt;/P&gt;&lt;P&gt;I set my board in peripheral mode (dr_mode = "peripheral" in DTS).&lt;/P&gt;&lt;P&gt;I load module g_ether and nothing happens on host board: no detection of RNDIS/Ethernet gadget.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did someone already use USB-HSIC in peripheral mode ?&lt;/P&gt;&lt;P&gt;Can someone suggest a way to setup a HSIC peripheral ?&lt;/P&gt;&lt;P&gt;Can anybody help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2016 13:48:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635815#M96805</guid>
      <dc:creator>didierleymarie</dc:creator>
      <dc:date>2016-09-20T13:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using USB-HSIC controller in peripheral mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635816#M96806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Didier&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately i.MX6 does not support USB-HSIC in peripheral mode&lt;/P&gt;&lt;P&gt;as its OTG controller does not have connection to HSIC port, so&lt;/P&gt;&lt;P&gt;its linux driver seems also does not support that mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.jpg"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/5348i577EED6EE2B029A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.jpg" alt="pastedImage_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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;P&gt;&lt;/P&gt;&lt;P&gt;I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 01:50:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635816#M96806</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-21T01:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using USB-HSIC controller in peripheral mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635817#M96807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for this answer. But I am not working with iMX6 which has host-only HSIC controllers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working with an other Soc which is confidential (NDA) which one of its USB controller is HSIC controller. It is a dual role device which can be configured to act as Host or Device through firmware interface. It is not a true OTG controller.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used it as host or as peripheral by selecting dr_mode in Device-tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the iMX family or other NXP SoC , does it have a HSIC dual-role controller ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 08:07:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635817#M96807</guid>
      <dc:creator>didierleymarie</dc:creator>
      <dc:date>2016-09-21T08:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using USB-HSIC controller in peripheral mode</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635818#M96808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;currently iMX family does not have a HSIC dual-role controller.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 10:33:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Using-USB-HSIC-controller-in-peripheral-mode/m-p/635818#M96808</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-09-21T10:33:10Z</dc:date>
    </item>
  </channel>
</rss>

