]> git.baikalelectronics.ru Git - uboot.git/commit
pmic: pca9450: permit config on all bucks and LDOs
authorHeiko Thiery <heiko.thiery@gmail.com>
Mon, 20 Jun 2022 03:49:49 +0000 (05:49 +0200)
committerJaehoon Chung <jh80.chung@samsung.com>
Wed, 27 Jul 2022 04:04:34 +0000 (13:04 +0900)
commit51d776f2e28ccbca3016129e82518f0fff80f62e
treeb04f3447bab2807d77b2cac8702191da5661a9ae
parent41902bb331404f8becccf5a449720b7e8d895745
pmic: pca9450: permit config on all bucks and LDOs

In order to have the possibility to configure the regulators at system
startup through DM support, all LDOs and bucks must be able to be
changeable. Currently there is a limitation to change the values when
the output is enabled. Since the driver is based on the ROHM BD71837 and a
comment that describes a limitation about switching while the output is
enabled can also be found there, the limitation probably comes from this type.

Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
drivers/power/regulator/pca9450.c