[U-Boot] [PATCH v2 10/10] configs: am57xx_evm: Enable DM_USB and dependencies

Jean-Jacques Hiblot jjhiblot at ti.com
Wed Mar 14 16:18:46 UTC 2018


From: Vignesh R <vigneshr at ti.com>

Enable DM_USB for AM57xx based boards.

Signed-off-by: Vignesh R <vigneshr at ti.com>

Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
---

Changes in v2:
- Enable DM_USB in am57xx_evm_defconfig. USB3 (super speed) is supported.

 configs/am57xx_evm_defconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 7ed010f..4c0fb8d 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -76,3 +76,8 @@ CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_MANUFACTURER="Texas Instruments"
 CONFIG_USB_GADGET_VENDOR_NUM=0x0451
 CONFIG_USB_GADGET_PRODUCT_NUM=0xd022
+CONFIG_DM_USB=y
+CONFIG_OMAP_USB2_PHY=y
+CONFIG_PIPE3_PHY=y
+CONFIG_MISC=y
+CONFIG_PHY=y
-- 
2.7.4



More information about the U-Boot mailing list