diff mbox series

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

Message ID 20191112191521.11541-7-bob.beckett@collabora.com
State Accepted
Commit 833dd6444bfeabc66cc1b0918fa2986d50c12a11
Delegated to: Stefano Babic
Headers show
Series GE boards initial DM conversion | expand

Commit Message

Robert Beckett Nov. 12, 2019, 7:15 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(+)

Comments

Stefano Babic Dec. 29, 2019, 10:27 a.m. UTC | #1
> 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>
Applied to u-boot-imx, -next, thanks !

Best regards,
Stefano Babic
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