summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2023-05-13 19:07:10 +0530
committerAmit Pundir <amit.pundir@linaro.org>2023-05-13 19:18:57 +0530
commit227bad9d4644a93c66df9e9b604b924a4a5276bc (patch)
tree13e7a3e76a464a6238866c49391ad9f3a8ea8bc2
parent861c1636ddcec6a6541da6257d516dc451e39abf (diff)
REGRESSION: Revert "regulator: qcom-rpmh: Revert "regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUS""rbX-6.4-rc1
This reverts commit ad44ac082fdff7ee57fe125432f7d9d7cb610a23. Boot regression on DB845c https://bugs.linaro.org/show_bug.cgi?id=5975 Change-Id: I86dd58fe3e91057b18eae9fd9df3afd7976e7124 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--drivers/regulator/qcom-rpmh-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/qcom-rpmh-regulator.c b/drivers/regulator/qcom-rpmh-regulator.c
index b0a58c62b1e2..30659922b0aa 100644
--- a/drivers/regulator/qcom-rpmh-regulator.c
+++ b/drivers/regulator/qcom-rpmh-regulator.c
@@ -1517,7 +1517,7 @@ MODULE_DEVICE_TABLE(of, rpmh_regulator_match_table);
static struct platform_driver rpmh_regulator_driver = {
.driver = {
.name = "qcom-rpmh-regulator",
- .probe_type = PROBE_PREFER_ASYNCHRONOUS,
+ .probe_type = PROBE_FORCE_SYNCHRONOUS,
.of_match_table = of_match_ptr(rpmh_regulator_match_table),
},
.probe = rpmh_regulator_probe,