[U-Boot] [PATCH 06/10] configs: ppd: DM for USB and regulators PPD
Robert Beckett
bob.beckett at collabora.com
Mon Oct 28 16:25:00 UTC 2019
From: Denis Zalevskiy <denis.zalevskiy at ge.com>
DM should be used for USB since 2019.07, it also requires DM for
regulators.
Signed-off-by: Denis Zalevskiy <denis.zalevskiy at ge.com>
Signed-off-by: Robert Beckett <bob.beckett at collabora.com>
---
configs/mx53ppd_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig
index 7f293c8e9a..e1992e91ad 100644
--- a/configs/mx53ppd_defconfig
+++ b/configs/mx53ppd_defconfig
@@ -52,3 +52,5 @@ CONFIG_VIDEO=y
# CONFIG_VIDEO_SW_CURSOR is not set
CONFIG_WATCHDOG_TIMEOUT_MSECS=8000
CONFIG_IMX_WATCHDOG=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_USB=y
--
2.20.1
More information about the U-Boot
mailing list