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?