commit | ebf4f0944d1cc6a0963abd830a947561289024dc | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Aug 14 09:13:04 2019 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Oct 08 16:35:58 2019 +0200 |
tree | d58b111174c0edd808114f2ca34fa5bb5f0e4a44 | |
parent | e735c62701a1df86e5a43cbc8c003c5faeffed99 [diff] [blame] |
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>
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_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