summaryrefslogtreecommitdiff
path: root/drivers/regulator/max77650-regulator.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-03-16 22:54:40 +0300
committerMark Brown <broonie@kernel.org>2023-03-20 16:11:27 +0300
commitd3b81d97d55871cb11412caedded440f1fddc4e9 (patch)
tree8df964901c50210817ac10d288703bdb3a99e861 /drivers/regulator/max77650-regulator.c
parented6962cc3e05ca77f526590f62587678149d5e58 (diff)
downloadlinux-d3b81d97d55871cb11412caedded440f1fddc4e9.tar.xz
regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.19 and 5.4
This follows on the change ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14") but changes regulators didn't exist in Linux 4.19 but did exist in Linux 5.4. Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230316125351.3.I45bf925ca9537da5f647e2acb0ad207c0c98af81@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/max77650-regulator.c')
-rw-r--r--drivers/regulator/max77650-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max77650-regulator.c b/drivers/regulator/max77650-regulator.c
index ca08f94a368d..f6539b945037 100644
--- a/drivers/regulator/max77650-regulator.c
+++ b/drivers/regulator/max77650-regulator.c
@@ -395,6 +395,7 @@ MODULE_DEVICE_TABLE(of, max77650_regulator_of_match);
static struct platform_driver max77650_regulator_driver = {
.driver = {
.name = "max77650-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = max77650_regulator_of_match,
},
.probe = max77650_regulator_probe,