diff options
author | Heiko Schocher <hs@denx.de> | 2020-03-02 09:44:03 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2020-03-09 15:03:04 +0100 |
commit | 158d93adb482ef6dc1e50fcf9a7c3b21128d4cd9 (patch) | |
tree | 3fd528a722034137d8bde8e12104560cc9f82a2e /configs | |
parent | 9f976bac2b4a81a13de8124a896a198cbeabb634 (diff) | |
download | u-boot-158d93adb482ef6dc1e50fcf9a7c3b21128d4cd9.zip u-boot-158d93adb482ef6dc1e50fcf9a7c3b21128d4cd9.tar.gz u-boot-158d93adb482ef6dc1e50fcf9a7c3b21128d4cd9.tar.bz2 |
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')
-rw-r--r-- | configs/aristainetos2c_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/aristainetos2c_defconfig b/configs/aristainetos2c_defconfig index c6d9225..8611915 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 |