Force USB OTG To Host

I try to force USB OTG port to host and modify registry as following.
HKLM\Drivers\BuiltIn\USBOTG
626-2017-11-07-21-06-02-colibri.png

Meanwhile keeping SOIDMM137/135 unconnected.

A mouse is connect to iMX7S via OTG2USB cable, but it is not detected and cursor is missing.

Is there any key I miss in registry ?
Thanks very much!

The VCC_USB5 is present and LED15 on Colibri Eva Board is turned on. But mouse’s LED is off.

We are looking into it, we will get back you by tomorrow.

Please do below registry change and Save Registry and the Reboot.

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\USBOTG]
"Dll"="_imx7_usb_otg.dll"

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\USB_OTG1]
   "Prefix"="HCD"
   "Dll"="imx7_usb_host.dll"
   "Order"=dword:15
   "Class"=dword:0c
   "SubClass"=dword:03
   "ProgIF"=dword:20
   "MemBase"=dword:30b10000
   "MemLen"=dword:00001000
   "irq"=dword:4B
   "HcdCapability"=dword:0
   "OTGSupport"=dword:0
   "OTGGroup"="01"

Thanks Raja.