mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-03 17:43:45 +08:00
ARM: dra7xx_evm: Enable regulator DM support
Enable DM based regulator framework and also fixed regulator support as some IPs like mmc use regulators for there functioning. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
257bdb3f66
commit
8f521bfc92
@ -59,3 +59,6 @@ CONFIG_SPL_LOAD_FIT=y
|
||||
CONFIG_OF_LIST="dra7-evm dra72-evm"
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_PCF8575_GPIO=y
|
||||
CONFIG_DM_REGULATOR=y
|
||||
CONFIG_DM_REGULATOR_FIXED=y
|
||||
CONFIG_CMD_REGULATOR=y
|
||||
|
@ -62,3 +62,6 @@ CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
|
||||
CONFIG_OF_LIST="dra7-evm dra72-evm"
|
||||
CONFIG_DM_I2C=y
|
||||
CONFIG_PCF8575_GPIO=y
|
||||
CONFIG_DM_REGULATOR=y
|
||||
CONFIG_DM_REGULATOR_FIXED=y
|
||||
CONFIG_CMD_REGULATOR=y
|
||||
|
Loading…
Reference in New Issue
Block a user