Skip to content
  • Ye Li's avatar
    MLK-18290-4 usb: ci_udc: Add function to remove usb device · c73d137e
    Ye Li authored
    
    
    When unregister gadget driver in ci_udc, the usb device is not
    removed or stop. This causes next "usb start" fails to work.
    
    Add a new interface "usb_remove_ehci_gadget" in usb-uclass to
    remove the usb device for DM driver. Using "usb_lowlevel_stop" for
    non-DM driver.
    
    Signed-off-by: default avatarYe Li <ye.li@nxp.com>
    c73d137e