[U-Boot] [PATCH] configs: am43xx_evm: Enable USB support

2019-09-30 Thread Lokesh Vutla
spl_dm_init is failing as usb to be probed with the following error: "omap_dwc3@483c: ret=-2" Enable usb to make spl boot on am43xx devices Reported-by: Tero Kristo Signed-off-by: Lokesh Vutla --- configs/am43xx_evm_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/am43x

Re: [U-Boot] [PATCH] configs: am43xx_evm: Enable USB support

2019-10-12 Thread Tom Rini
On Mon, Sep 30, 2019 at 06:24:06PM +0530, Lokesh Vutla wrote: > spl_dm_init is failing as usb to be probed with the following error: > "omap_dwc3@483c: ret=-2" > Enable usb to make spl boot on am43xx devices > > Reported-by: Tero Kristo > Signed-off-by: Lokesh Vutla Applied to u-boot/maste