From: Denis Zalevskiy Date: Tue, 12 Nov 2019 19:15:16 +0000 (+0000) Subject: configs: ppd: DM for USB and regulators PPD X-Git-Tag: v2020.04-rc1~37^2~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=833dd6444bfeabc66cc1b0918fa2986d50c12a11;p=oweals%2Fu-boot.git 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 Signed-off-by: Robert Beckett --- 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