Skip to content

Commit 5897304

Browse files
mszyprowbroonie
authored andcommitted
regulator: qcom-rpmh: Use PROBE_FORCE_SYNCHRONOUS
Restore synchronous probing for 'qcom,pm8150-rpmh-regulators' because otherwise the UFSHC device is not properly initialized on QRB5165-RB5 board. Fixes: ed6962c ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers between 4.14 and 4.19") Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Link: https://lore.kernel.org/r/20230323220518.3247530-1-m.szyprowski@samsung.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent b65a0a8 commit 5897304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/qcom-rpmh-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ MODULE_DEVICE_TABLE(of, rpmh_regulator_match_table);
14621462
static struct platform_driver rpmh_regulator_driver = {
14631463
.driver = {
14641464
.name = "qcom-rpmh-regulator",
1465-
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
1465+
.probe_type = PROBE_FORCE_SYNCHRONOUS,
14661466
.of_match_table = of_match_ptr(rpmh_regulator_match_table),
14671467
},
14681468
.probe = rpmh_regulator_probe,

0 commit comments

Comments
 (0)