USB - HSIC support in IMX7D SabreSD

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB - HSIC support in IMX7D SabreSD

Jump to solution
951 Views
gopinathsriniva
Contributor III

Hi,

I am trying to use USB - HSIC in IMX7D sabreSD development board. I have connected an EVB-USB3503 CSP chip from third party vendor and tried to use USB. But it seems support for USB-HSIC is not there in the kernel. Any ideas on how to enable USB-HSIC support in IMX7 SabreSD? 

Labels (2)
Tags (1)
0 Kudos
1 Solution
566 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gopinath

please check phy_type property, pinctrl-names for hsic in
linux/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
and one can debug it in linux/drivers/usb/chipidea/ci_hdrc_imx.c

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
2 Replies
567 Views
igorpadykov
NXP Employee
NXP Employee

Hi Gopinath

please check phy_type property, pinctrl-names for hsic in
linux/Documentation/devicetree/bindings/usb/ci-hdrc-imx.txt
and one can debug it in linux/drivers/usb/chipidea/ci_hdrc_imx.c

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
566 Views
gopinathsriniva
Contributor III

Thank You. 

0 Kudos