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.
大家好、
您能否帮助我的客户提出以下寄存器映射请求?:
谢谢、
Antonio
您好、Antonio、
客户根本不必更改内核驱动程序、可以使用内核 sysfs 来满足要求:
-要关闭 USB1 DRVVBUS:
# echo musb-hdrc.1 >/sys/bus/platform/drivers/musb-hdrc/unbind
-要打开 USB1 DRVVBUS:
# echo musb-hdrc.1 >/sys/bus/platform/drivers/musb-hdrc/bind
驱动程序绑定/取消绑定应适用于所有内核版本。
请共享命令'ls /sys/bus/platform/drivers/musb-hdrc 的输出。
请在电路板上运行以下脚本并共享其输出。