summaryrefslogtreecommitdiff
path: root/configs/aristainetos2c_defconfig
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2020-03-02 09:44:03 +0100
committerStefano Babic <sbabic@denx.de>2020-03-09 15:03:04 +0100
commit158d93adb482ef6dc1e50fcf9a7c3b21128d4cd9 (patch)
tree3fd528a722034137d8bde8e12104560cc9f82a2e /configs/aristainetos2c_defconfig
parent9f976bac2b4a81a13de8124a896a198cbeabb634 (diff)
imx6, aristainetos2c: add da9063 pmic setup
On the aristainetos2c boards the PMIC needs to be initialized, because the Ethernet PHY uses a different regulator that is not setup per hardware default. This does not influence the other versions as this regulator isn't used there at all. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'configs/aristainetos2c_defconfig')
-rw-r--r--configs/aristainetos2c_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/aristainetos2c_defconfig b/configs/aristainetos2c_defconfig
index c6d92251ce..8611915877 100644
--- a/configs/aristainetos2c_defconfig
+++ b/configs/aristainetos2c_defconfig
@@ -87,7 +87,10 @@ CONFIG_PHY=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_IMX6=y
CONFIG_DM_PMIC=y
+# CONFIG_SPL_PMIC_CHILDREN is not set
+CONFIG_DM_PMIC_DA9063=y
CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_DA9063=y
CONFIG_DM_REGULATOR_FIXED=y
CONFIG_DM_PWM=y
CONFIG_PWM_IMX=y