diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-25 08:30:12 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-07-28 12:02:47 -0600 |
commit | e3f44f5c891da635123b734a056dd1275eb34d83 (patch) | |
tree | f00e82ea09888fcd7fc5ffbb6db9b112ad4fee90 /configs/nyan-big_defconfig | |
parent | c2012cb47cc0b02569c011a0e588b22e07856076 (diff) | |
download | u-boot-e3f44f5c891da635123b734a056dd1275eb34d83.tar.gz |
dm: power: Convert as3722 to driver model
Convert this PMIC driver to driver model and fix up other users. The
regulator and GPIO functions are now handled by separate drivers.
Update nyan-big to work correct. Three boards will need to be updated by
the maintainers: apalis-tk1, cei-tk1-som. Also the TODO in the code re
as3722_sd_set_voltage() needs to be completed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-on: Jetson-TK1
Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'configs/nyan-big_defconfig')
-rw-r--r-- | configs/nyan-big_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig index 8183856d94..1ad7c0bf68 100644 --- a/configs/nyan-big_defconfig +++ b/configs/nyan-big_defconfig @@ -50,6 +50,7 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_DM_PMIC=y CONFIG_PMIC_AS3722=y CONFIG_DM_REGULATOR=y +CONFIG_REGULATOR_AS3722=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_PWM_TEGRA=y CONFIG_DEBUG_UART_BASE=0x70006000 |