diff mbox series

[U-Boot,06/10] configs: ppd: DM for USB and regulators PPD

Message ID 20191028171718.12888-7-bob.beckett@collabora.com
State Superseded
Delegated to: Stefano Babic
Headers show
Series GE boards initial DM conversion | expand

Commit Message

Robert Beckett Oct. 28, 2019, 5:17 p.m. UTC
From: Denis Zalevskiy <denis.zalevskiy@ge.com>

DM should be used for USB since 2019.07, it also requires DM for
regulators.

Signed-off-by: Denis Zalevskiy <denis.zalevskiy@ge.com>
Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
---

 configs/mx53ppd_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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