]> git.baikalelectronics.ru Git - uboot.git/commit
imx: ventana: enable dm support for USB
authorTim Harvey <tharvey@gateworks.com>
Mon, 1 Mar 2021 22:33:34 +0000 (14:33 -0800)
committerStefano Babic <sbabic@denx.de>
Thu, 8 Apr 2021 18:29:53 +0000 (20:29 +0200)
commitdff2be3b7cedf680301beea93f97612daa13a8ca
tree50f7ffd010b6be6bc80e7e08a065b2265725934c
parentaef4c6d6db348f26a78411eb179ce8f0b1aecccf
imx: ventana: enable dm support for USB

Enable dm support for USB (which also requires dm support for fixed
regulators used for vbus enable) and remove usb iomux which is no
longer needed.

We can remove the handling of otgpwr_en gpio as this is defined in
dt as usbotg vbus-supply but we need to keep the handling of
USB_HUB_RST# for boards that have a USB HUB as that isn't defined in
the dt's currently.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
board/gateworks/gw_ventana/common.c
board/gateworks/gw_ventana/common.h
board/gateworks/gw_ventana/gw_ventana.c
configs/gwventana_emmc_defconfig
configs/gwventana_gw5904_defconfig
configs/gwventana_nand_defconfig
include/configs/gw_ventana.h