projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90dcd0b
)
configs: imx6sabreauto: Add DM_USB support
author
Abel Vesa
<abel.vesa@nxp.com>
Fri, 1 Feb 2019 16:40:10 +0000
(16:40 +0000)
committer
Stefano Babic
<sbabic@denx.de>
Fri, 15 Feb 2019 21:01:15 +0000
(22:01 +0100)
Add the DM support for USB. For that, DM_REGULATOR is needed.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
configs/mx6sabreauto_defconfig
patch
|
blob
|
history
diff --git
a/configs/mx6sabreauto_defconfig
b/configs/mx6sabreauto_defconfig
index 61d830c416d1d926119369247fe89e5fdd552272..ee1df3f2cbb6c71a29b850b0c387a1554ba98ce5 100644
(file)
--- a/
configs/mx6sabreauto_defconfig
+++ b/
configs/mx6sabreauto_defconfig
@@
-52,9
+52,11
@@
CONFIG_SPI_FLASH=y
CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y
CONFIG_MII=y
+CONFIG_DM_REGULATOR=y
CONFIG_SPI=y
CONFIG_MXC_SPI=y
CONFIG_USB=y
+CONFIG_DM_USB=y
CONFIG_USB_STORAGE=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_MANUFACTURER="FSL"