Please check attached schematic of our custom board USB connection where we used the 103 pin for USB host enable. but still we can’t access USB host on our custom board so please help us to required changes in dtb or driver files to enable USB host support.
SODIMM pin 129 aka GPIO 103 being USB_HPEN won’t help you any. SODIMM pin 137 aka GPIO 206 being USBC_DET is used to determine USB device vs. host functionality.
SODIMM PIN 137 [GPIO206] does not connect in our board. so is there any other-way to stop the USB detection for device and host mode. we always used the USB as HOST.
In USB host, we are using the (XRP2523ISTR-F-SOT23-5) IC on our custom board which have active high Logic where Eval board have IC which is working on active low Functionality,
On Evalboard USB is working fine but on our board does not work so can you please guide us for what software changes we required to working on our board.
Please check below dts configuration for USB which we are using now.
After setting the regulator-usbh-vbus node in the imx7-colibri-eval-v3.dtsi and set the gpio to GPIO_ACTIVE_HIGH and set the property enable-active-high ,
USB is detected and working OK.