aboutsummaryrefslogtreecommitdiff
path: root/configs/mx6sabresd_defconfig
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2019-08-14 09:13:04 +0000
committerStefano Babic <sbabic@denx.de>2019-10-08 16:35:58 +0200
commitebf4f0944d1cc6a0963abd830a947561289024dc (patch)
treed58b111174c0edd808114f2ca34fa5bb5f0e4a44 /configs/mx6sabresd_defconfig
parente735c62701a1df86e5a43cbc8c003c5faeffed99 (diff)
downloadu-boot-ebf4f0944d1cc6a0963abd830a947561289024dc.zip
u-boot-ebf4f0944d1cc6a0963abd830a947561289024dc.tar.gz
u-boot-ebf4f0944d1cc6a0963abd830a947561289024dc.tar.bz2
imx: mx6sabresd: fix usb start when DM enabled
Enable CONFIG_DM_REGULATOR_FIXED to let vbus regulator work. Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'configs/mx6sabresd_defconfig')
-rw-r--r--configs/mx6sabresd_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig
index b2c77ff..93f0ee9 100644
--- a/configs/mx6sabresd_defconfig
+++ b/configs/mx6sabresd_defconfig
@@ -84,6 +84,7 @@ CONFIG_PCI=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_FIXED=y
CONFIG_SPI=y
CONFIG_DM_SPI=y
CONFIG_MXC_SPI=y