On Sat, Jan 22, 2022 at 2:14 PM Fabio Estevam <feste...@gmail.com> wrote: > > Hi Adam, > > On Sat, Jan 22, 2022 at 3:27 PM Adam Ford <aford...@gmail.com> wrote: > > > > With the updated device tree's having USB support, enable in > > U-Boot. This also requires the addition of the imx8m power > > domain, since the USB is gated by the power domain controller. > > > > Signed-off-by: Adam Ford <aford...@gmail.com> > > --- > > V2: Rebase on master. Change imx8mm-beacon-kit-u-boot > > to default to host mode, because gadget calls can > > override it. > > I assume this needs your patch below, correct? > [PATCH V3] usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn
No, I added the change to imx8mm-beacon-kit-u-boot to avoid the necessity of the other patch. They are also not mutually exclusive, so if the OTG auto detection gets added we can remove the customization in imx8mm-beacon-kit-u-boot, but it also shouldn't hurt anything either. adam > > Reviewed-by: Fabio Estevam <feste...@gmail.com>