Skip to content
  • Tim Harvey's avatar
    imx: ventana: fix UMS support · dd79c97b
    Tim Harvey authored and Stefano Babic's avatar Stefano Babic committed
    The Gateworks Ventana boards have always had usb0=usbh1 and usb1=usbotg
    because OTG is often subloaded on these boards and a bit in the EEPROM
    which flagging that OTG is subloaded is used to remove the dt node via the
    alias.
    
    U-Boot DM_USB UMS requires the usb0 alias be assigned to the usbotg
    so fix the usb0 alias in order for UMS to work.
    
    Fixes 72c46327
    
    : ("imx: ventana: enable dm support for USB")
    
    Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
    dd79c97b