aboutsummaryrefslogtreecommitdiff
path: root/configs/apalis_imx6_defconfig
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-02-08 18:12:13 +0100
committerStefano Babic <sbabic@denx.de>2019-04-13 20:30:08 +0200
commite17f37194def852343783fa97aa43a3cfba3f7e2 (patch)
tree2639a34be1945a2dbdc85fcce5219ca0e4e7ee81 /configs/apalis_imx6_defconfig
parentab92352d22d99aa5296efd6d8c7cfb80da638ac6 (diff)
downloadu-boot-e17f37194def852343783fa97aa43a3cfba3f7e2.zip
u-boot-e17f37194def852343783fa97aa43a3cfba3f7e2.tar.gz
u-boot-e17f37194def852343783fa97aa43a3cfba3f7e2.tar.bz2
apalis_imx6: migrate pmic and regulator to using driver model
Migrate PMIC and regulator to using driver model. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'configs/apalis_imx6_defconfig')
-rw-r--r--configs/apalis_imx6_defconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/apalis_imx6_defconfig b/configs/apalis_imx6_defconfig
index 60c4d97..7e973de 100644
--- a/configs/apalis_imx6_defconfig
+++ b/configs/apalis_imx6_defconfig
@@ -45,6 +45,8 @@ CONFIG_CMD_USB_SDP=y
CONFIG_CMD_USB_MASS_STORAGE=y
CONFIG_CMD_BMP=y
CONFIG_CMD_CACHE=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
CONFIG_OF_CONTROL=y
CONFIG_DEFAULT_DEVICE_TREE="imx6-apalis"
CONFIG_ENV_IS_IN_MMC=y
@@ -60,6 +62,11 @@ CONFIG_PHY_MICREL_KSZ90X1=y
CONFIG_MII=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
+CONFIG_DM_PMIC=y
+CONFIG_DM_PMIC_PFUZE100=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_PFUZE100=y
+CONFIG_DM_REGULATOR_FIXED=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y
CONFIG_USB_KEYBOARD=y