diff options
author | Anatolij Gustschin <agust@denx.de> | 2019-03-18 23:29:45 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-04-13 20:30:09 +0200 |
commit | ec837c82d7093140d834ff17995ec0a5417e88aa (patch) | |
tree | 5635b9033206d4a8316bf47233fcf458ff81ed4e /configs/wandboard_defconfig | |
parent | f99cd5a787208227e665a76002322a17fad2f1b2 (diff) | |
download | u-boot-ec837c82d7093140d834ff17995ec0a5417e88aa.tar.gz |
imx6: wandboard: convert to DM_PMIC
Enable DM_PMIC_PFUZE100 driver and add PMIC description to DTS.
Rework power_init_board() code.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'configs/wandboard_defconfig')
-rw-r--r-- | configs/wandboard_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/wandboard_defconfig b/configs/wandboard_defconfig index c4018cce4a..63f2639bd3 100644 --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -44,6 +44,8 @@ CONFIG_PHYLIB=y CONFIG_MII=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y +CONFIG_DM_PMIC=y +CONFIG_DM_PMIC_PFUZE100=y CONFIG_DM_THERMAL=y CONFIG_USB=y CONFIG_DM_USB=y |