diff mbox

[U-Boot,v6,6/6] configs: am57xx_evm_defconfig: Enable CMD_REG option

Message ID 1475207447-18715-7-git-send-email-j-keerthy@ti.com
State Accepted
Delegated to: Simon Glass
Headers show

Commit Message

Keerthy Sept. 30, 2016, 3:50 a.m. UTC
Enable CMD_REG option.

Signed-off-by: Keerthy <j-keerthy@ti.com>
---
 configs/am57xx_evm_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tom Rini Oct. 1, 2016, 2:17 a.m. UTC | #1
On Fri, Sep 30, 2016 at 09:20:47AM +0530, Keerthy wrote:

> Enable CMD_REG option.
> 
> Signed-off-by: Keerthy <j-keerthy@ti.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Simon Glass Oct. 11, 2016, 12:29 a.m. UTC | #2
On 30 September 2016 at 20:17, Tom Rini <trini@konsulko.com> wrote:
> On Fri, Sep 30, 2016 at 09:20:47AM +0530, Keerthy wrote:
>
>> Enable CMD_REG option.
>>
>> Signed-off-by: Keerthy <j-keerthy@ti.com>
>
> Reviewed-by: Tom Rini <trini@konsulko.com>

Applied to u-boot-dm, thanks!
diff mbox

Patch

diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index 6c60d9b..38424e6 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -28,6 +28,7 @@  CONFIG_CMD_GPIO=y
 CONFIG_CMD_DHCP=y
 CONFIG_CMD_MII=y
 CONFIG_CMD_PING=y
+CONFIG_CMD_REGULATOR=y
 CONFIG_CMD_EXT2=y
 CONFIG_CMD_EXT4=y
 CONFIG_CMD_EXT4_WRITE=y
@@ -45,6 +46,7 @@  CONFIG_SPI_FLASH_BAR=y
 CONFIG_SPI_FLASH_SPANSION=y
 CONFIG_DM_PMIC=y
 CONFIG_PMIC_PALMAS=y
+CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_PALMAS=y
 CONFIG_DM_SERIAL=y
 CONFIG_SYS_NS16550=y