mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00: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
2 changed files with 6 additions and 0 deletions
|
@ -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 a new issue