All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: am43xx_evm: Enable USB support
@ 2019-09-30 12:54 Lokesh Vutla
  2019-10-12 20:28 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Lokesh Vutla @ 2019-09-30 12:54 UTC (permalink / raw)
  To: u-boot

spl_dm_init is failing as usb to be probed with the following error:
"omap_dwc3 at 483c0000: ret=-2"
Enable usb to make spl boot on am43xx devices

Reported-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 configs/am43xx_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig
index 7c74047f3a..0c187b4802 100644
--- a/configs/am43xx_evm_defconfig
+++ b/configs/am43xx_evm_defconfig
@@ -18,6 +18,7 @@ CONFIG_SPL_MTD_SUPPORT=y
 CONFIG_SPL_NET_SUPPORT=y
 CONFIG_SPL_NET_VCI_STRING="AM43xx U-Boot SPL"
 CONFIG_SPL_OS_BOOT=y
+CONFIG_SPL_USB_HOST_SUPPORT=y
 CONFIG_SPL_USB_GADGET=y
 CONFIG_SPL_USB_ETHER=y
 CONFIG_CMD_SPL=y
-- 
2.23.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] configs: am43xx_evm: Enable USB support
  2019-09-30 12:54 [U-Boot] [PATCH] configs: am43xx_evm: Enable USB support Lokesh Vutla
@ 2019-10-12 20:28 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-10-12 20:28 UTC (permalink / raw)
  To: u-boot

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 at 483c0000: ret=-2"
> Enable usb to make spl boot on am43xx devices
> 
> Reported-by: Tero Kristo <t-kristo@ti.com>
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191012/7f0cfc1a/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-12 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 12:54 [U-Boot] [PATCH] configs: am43xx_evm: Enable USB support Lokesh Vutla
2019-10-12 20:28 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.