From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 12 Jul 2017 19:16:27 +0530 Subject: [U-Boot] [PATCH 2/3] configs: dra7xx_evm: am57xx_evm: Enable DM_REGULATOR_PBIAS In-Reply-To: <1499853355-4255-3-git-send-email-jjhiblot@ti.com> References: <1499853355-4255-1-git-send-email-jjhiblot@ti.com> <1499853355-4255-3-git-send-email-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de + Andrew On 7/12/2017 3:25 PM, Jean-Jacques Hiblot wrote: > This regulator is used for voltage switching on MMC1 IO lines. Can you enable on HS platforms as well. Thanks and regards, Lokesh > > Signed-off-by: Jean-Jacques Hiblot > --- > configs/am57xx_evm_defconfig | 3 +++ > configs/dra7xx_evm_defconfig | 1 + > 2 files changed, 4 insertions(+) > > diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig > index 658ab92..214fcc5 100644 > --- a/configs/am57xx_evm_defconfig > +++ b/configs/am57xx_evm_defconfig > @@ -40,6 +40,8 @@ CONFIG_SPL_OF_CONTROL=y > CONFIG_OF_LIST="am57xx-beagle-x15 am57xx-beagle-x15-revb1 am572x-idk am571x-idk" > CONFIG_DM=y > CONFIG_SPL_DM=y > +CONFIG_REGMAP=y > +CONFIG_SYSCON=y > # CONFIG_BLK is not set > CONFIG_DFU_MMC=y > CONFIG_DFU_RAM=y > @@ -55,6 +57,7 @@ CONFIG_DM_PMIC=y > CONFIG_PMIC_PALMAS=y > CONFIG_DM_REGULATOR=y > CONFIG_DM_REGULATOR_PALMAS=y > +CONFIG_DM_REGULATOR_PBIAS=y > CONFIG_DM_SERIAL=y > CONFIG_SYS_NS16550=y > CONFIG_DM_SPI=y > diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig > index 6dd1baf..ac80231 100644 > --- a/configs/dra7xx_evm_defconfig > +++ b/configs/dra7xx_evm_defconfig > @@ -67,6 +67,7 @@ CONFIG_DM_REGULATOR=y > CONFIG_DM_REGULATOR_FIXED=y > CONFIG_DM_REGULATOR_GPIO=y > CONFIG_DM_REGULATOR_PALMAS=y > +CONFIG_DM_REGULATOR_PBIAS=y > CONFIG_DM_REGULATOR_LP873X=y > CONFIG_DM_SERIAL=y > CONFIG_SYS_NS16550=y >