This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Yes, it is possible, you can disable the HS ENAB (bit D5) of POWER register.
--- a/drivers/usb/musb/musb_core.c
+++ b/drivers/usb/musb/musb_core.c
@@ -980,7 +980,6 @@ void musb_start(struct musb *musb)
/* put into basic highspeed mode and start session */
musb_writeb(regs, MUSB_POWER, MUSB_POWER_ISOUPDATE
| MUSB_POWER_SOFTCONN
- | MUSB_POWER_HSENAB
Regards
ravi B
You need to remove the line which set the HS ENAB or comment it.
Just i have provided snippet of code in patch format, you can see "-" symbol on extreme left means that line is removed.
Regards
Ravi B