[U-Boot] [PATCH 1/2] imx: mx6sabresd: fix usb functions when DM enabled
Peng Fan
peng.fan at nxp.com
Thu Apr 25 07:19:05 UTC 2019
Enable pinctrl/regulator to let `usb start` could correctly
configure iomux and enable vbus for usb usage.
Signed-off-by: Peng Fan <peng.fan at nxp.com>
---
configs/mx6sabresd_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index 5b527cbd5b..f302b68e95 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -82,7 +82,11 @@ CONFIG_SPI_FLASH_STMICRO=y
CONFIG_PHYLIB=y
CONFIG_MII=y
CONFIG_PCI=y
+CONFIG_PINCTRL=y
+CONFIG_PINCTRL_IMX6=y
CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_REGULATOR_GPIO=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y
--
2.16.4
More information about the U-Boot
mailing list