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: ed6962cc3e
("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>
This commit is contained in:
parent
b65a0a8edb
commit
58973046c1
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ MODULE_DEVICE_TABLE(of, rpmh_regulator_match_table);
|
||||||
static struct platform_driver rpmh_regulator_driver = {
|
static struct platform_driver rpmh_regulator_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "qcom-rpmh-regulator",
|
.name = "qcom-rpmh-regulator",
|
||||||
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
.probe_type = PROBE_FORCE_SYNCHRONOUS,
|
||||||
.of_match_table = of_match_ptr(rpmh_regulator_match_table),
|
.of_match_table = of_match_ptr(rpmh_regulator_match_table),
|
||||||
},
|
},
|
||||||
.probe = rpmh_regulator_probe,
|
.probe = rpmh_regulator_probe,
|
||||||
|
|
Loading…
Add table
Reference in a new issue