summaryrefslogtreecommitdiff
path: root/configs/mx53ppd_defconfig
diff options
context:
space:
mode:
authorDenis Zalevskiy <denis.zalevskiy@ge.com>2019-11-12 19:15:16 +0000
committerStefano Babic <sbabic@denx.de>2020-01-07 10:26:56 +0100
commit833dd6444bfeabc66cc1b0918fa2986d50c12a11 (patch)
treecb760bd469e31eaf242a2b610aa226f491b59398 /configs/mx53ppd_defconfig
parentc6b31ca1868c48bf06aed638822a34cd16f48fe0 (diff)
configs: ppd: DM for USB and regulators PPD
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>
Diffstat (limited to 'configs/mx53ppd_defconfig')
-rw-r--r--configs/mx53ppd_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx53ppd_defconfig b/configs/mx53ppd_defconfig
index f1057e3f39..47481eaf60 100644
--- a/configs/mx53ppd_defconfig
+++ b/configs/mx53ppd_defconfig
@@ -56,3 +56,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