diff options
author | Marek Vasut <marex@denx.de> | 2024-09-27 01:14:13 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-09-30 19:19:07 -0600 |
commit | 332e0a0148915c994bda9128cb2bb0a0f14e6ec8 (patch) | |
tree | 6fdeca46cb26e9ae04eafd2842dfbc9c5136f1ec /drivers/fpga/fpga-uclass.c | |
parent | 51c4679d2f848e91b4a0cf867a426ffe5bb094b2 (diff) |
power: regulator: Convert regulators_enable_boot_on/off() to regulator_post_probe
Turn regulators_enable_boot_on() and regulators_enable_boot_off() into
empty functions. Implement matching functionality in regulator_post_probe()
instead. The regulator_post_probe() is called for all regulators after they
probe, and regulators that have regulator-always-on or regulator-boot-on DT
properties now always probe due to DM_FLAG_PROBE_AFTER_BIND being set on
such regulators in regulator_post_bind().
Finally, fold regulator_unset() functionality into regulator_autoset().
Signed-off-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'drivers/fpga/fpga-uclass.c')
0 files changed, 0 insertions, 0 deletions