EHCI failed to shut down host controller in uboot

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

EHCI failed to shut down host controller in uboot

Jump to solution
2,690 Views
yashavanthashet
Contributor V

Hi all,

We are using imx_"3.14.38_6qp_ga yocto fido" bsp in our custom board. uboot version 2015.04.

In this after enabling usb in uboot when we boot the below error print is appearing.

""## Flattened Device Tree blob at 18000000

   Booting using the fdt blob at 0x18000000

EHCI failed to shut down host controller.

   Using Device Tree in place at 18000000, end 1801017d"

Could anybody tell me why this print is appearing and any solution for this issue.

Thanks in advance.

Regards,

Yashavantha

Labels (3)
1 Solution
1,744 Views
igorpadykov
NXP Employee
NXP Employee

Hi yashavantha

seems this fixes below patch

[U-Boot] [PATCH 1/3] arm: mx6: cm-fx6: force host mode on usb controller

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

2 Replies
1,745 Views
igorpadykov
NXP Employee
NXP Employee

Hi yashavantha

seems this fixes below patch

[U-Boot] [PATCH 1/3] arm: mx6: cm-fx6: force host mode on usb controller

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

1,744 Views
bhaskarkolkar
Contributor I

Hi yashavantha

are u able to fix the issue using the patch..

0 Kudos