summaryrefslogtreecommitdiff
path: root/drivers/regulator/rt5190a-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/rt5190a-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/rt5190a-regulator.c')
-rw-r--r--drivers/regulator/rt5190a-regulator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/rt5190a-regulator.c b/drivers/regulator/rt5190a-regulator.c
index 4a3397b32582..f6c12f87fb8d 100644
--- a/drivers/regulator/rt5190a-regulator.c
+++ b/drivers/regulator/rt5190a-regulator.c
@@ -505,6 +505,7 @@ MODULE_DEVICE_TABLE(of, rt5190a_device_table);
static struct i2c_driver rt5190a_driver = {
.driver = {
.name = "rt5190a",
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
.of_match_table = rt5190a_device_table,
},
.probe_new = rt5190a_probe,