commit | 1112b4e509c5772610ad19a3ea399afd667c46a5 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Mon Mar 01 14:33:34 2021 -0800 |
committer | Stefano Babic <sbabic@denx.de> | Thu Apr 08 20:29:53 2021 +0200 |
tree | 50f7ffd010b6be6bc80e7e08a065b2265725934c | |
parent | 39fca7aad3d2f8c10a3298e5d6bddc345ee3d36f [diff] |
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>