From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 4 May 2017 20:41:24 +0530 Subject: [U-Boot] [PATCH v5 15/33] ARM: i.MX6: sabresd: Enable CONFIG_DM_REGULATOR In-Reply-To: <1493910702-6751-1-git-send-email-jagan@openedev.com> References: <1493910702-6751-1-git-send-email-jagan@openedev.com> Message-ID: <1493910702-6751-16-git-send-email-jagan@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Jagan Teki Enable CONFIG_DM_REGULATOR for i.MX6QDL sabresd boards. Cc: Stefano Babic Cc: Fabio Estevam Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- configs/imx6qdl_sabresd_spl_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/imx6qdl_sabresd_spl_defconfig b/configs/imx6qdl_sabresd_spl_defconfig index 0ed8122..7cad5ab 100644 --- a/configs/imx6qdl_sabresd_spl_defconfig +++ b/configs/imx6qdl_sabresd_spl_defconfig @@ -60,6 +60,7 @@ CONFIG_DM_I2C=y CONFIG_DM_GPIO=y CONFIG_DM_MMC=y CONFIG_DM_PMIC=y +CONFIG_DM_REGULATOR=y # CONFIG_BLK is not set # CONFIG_DM_MMC_OPS is not set CONFIG_DM_PMIC_PFUZE100=y -- 1.9.1