[PATCH v2 1/3] configs: pico-imx6ul: convert DM_USB

From: Wig Cheng wig.cheng@technexion.com
Here is the test commands:
=> ums 0 mmc 0 UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x710000
Signed-off-by: Wig Cheng wig.cheng@technexion.com --- configs/pico-imx6ul_defconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/configs/pico-imx6ul_defconfig b/configs/pico-imx6ul_defconfig index f838166b18..35fb02e9c8 100644 --- a/configs/pico-imx6ul_defconfig +++ b/configs/pico-imx6ul_defconfig @@ -68,6 +68,7 @@ CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_REGULATOR_GPIO=y CONFIG_MXC_UART=y CONFIG_USB=y +CONFIG_DM_USB=y CONFIG_USB_GADGET=y CONFIG_USB_GADGET_MANUFACTURER="FSL" CONFIG_USB_GADGET_VENDOR_NUM=0x0525

On Fri, Jul 31, 2020 at 3:15 AM wig.cheng@technexion.com wrote:
From: Wig Cheng wig.cheng@technexion.com
Here is the test commands:
=> ums 0 mmc 0 UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x710000
Signed-off-by: Wig Cheng wig.cheng@technexion.com
Reviewed-by: Fabio Estevam festevam@gmail.com

From: Wig Cheng wig.cheng@technexion.com Here is the test commands: => ums 0 mmc 0 UMS: LUN 0, dev 0, hwpart 0, sector 0x0, count 0x710000 Signed-off-by: Wig Cheng wig.cheng@technexion.com Reviewed-by: Fabio Estevam festevam@gmail.com
Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic
participants (3)
-
Fabio Estevam
-
sbabic@denx.de
-
wig.cheng@technexion.com