Skip to content

Commit eef644d

Browse files
mszyprowbroonie
authored andcommitted
regulator: wm8994: Use PROBE_FORCE_SYNCHRONOUS
Restore synchronous probing for wm8994 regulators because otherwise the sound device is never initialized on Exynos5250-based Arndale board. Fixes: 259b93b ("regulator: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in 4.14") Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20230323083312.199189-1-m.szyprowski@samsung.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 02ce28b commit eef644d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/regulator/wm8994-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ static struct platform_driver wm8994_ldo_driver = {
227227
.probe = wm8994_ldo_probe,
228228
.driver = {
229229
.name = "wm8994-ldo",
230-
.probe_type = PROBE_PREFER_ASYNCHRONOUS,
230+
.probe_type = PROBE_FORCE_SYNCHRONOUS,
231231
},
232232
};
233233

0 commit comments

Comments
 (0)