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)
commit67b5663d771121b3d606fc3346dc83024618448b
treeb04f3447bab2807d77b2cac8702191da5661a9ae
parent86feeab3dc71977afb70f595e42060ce324086d0
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