Hi TI experts,
I've been experimenting with the USB driver of am62x on Linux. it has its own dwc3 driver in usb/dwc3/dwc-am62.c. Can you elaborate on this further ? I explored the driver further and it seems it sets the pll reference clock and voltage divider. It doesn't do much in terms of enabling or clearing the IRQ interrupts, so I was wondering if interrupts for USB are enabled by default?
So in general, I was wondering (especially in host mode) what things need to be done by the so-called dec wrapper before XHCI takes over? is it just the stuff I mentioned in dwc-am62.c ?