summaryrefslogtreecommitdiff
path: root/drivers/regulator/mt6331-regulator.c
diff options
context:
space:
mode:
authorDouglas Anderson <dianders@chromium.org>2023-03-16 22:54:43 +0300
committerMark Brown <broonie@kernel.org>2023-03-20 16:11:29 +0300
commit41cff178e3d6df28acd8490519a656c509b4496f (patch)
tree031f96671bd13e98c27c4d76c3932b3e3c9e57e8 /drivers/regulator/mt6331-regulator.c
parent46600ab142f8c2ecc2a647175fd86d53bc285a9a (diff)
downloadlinux-41cff178e3d6df28acd8490519a656c509b4496f.tar.xz
regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 5.15 and 6.1
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 5.15 but did exist in Linux 6.1. Signed-off-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20230316125351.6.Ibc8a86ddd5055ebbbe487a529199db7b36ccad1a@changeid Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/mt6331-regulator.c')
-rw-r--r--drivers/regulator/mt6331-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/mt6331-regulator.c b/drivers/regulator/mt6331-regulator.c
index 56be9a3a84ab..0059f88c6fd7 100644
--- a/drivers/regulator/mt6331-regulator.c
+++ b/drivers/regulator/mt6331-regulator.c
@@ -495,6 +495,7 @@ MODULE_DEVICE_TABLE(platform, mt6331_platform_ids);
static struct platform_driver mt6331_regulator_driver = {
.driver = {
.name = "mt6331-regulator",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
},
.probe = mt6331_regulator_probe,
.id_table = mt6331_platform_ids,