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.

TDA2HG: The relationship between PMIC and XHCI

Part Number: TDA2HG


Hi,

My software version: visionSDK3.08.

Our hardware needs to place PMIC control under MCU control. When I modify the kernel PMIC configuration, I encountered a strange problem.

After I commented the tps65917 in the dts, the USB cannot work.

Use the lsmod command to find that the following drivers are burned:

xhci_plat_hcd 16384 0
xhci_hcd 143360 1 xhci_plat_hcd
usbcore 217088 2 xhci_plat_hcd,xhci_hcd

What is the relationship between XHCI and PMIC?

Do I have to control the PMIC in the kernel to use the usb function?