Skip to content

Commit 9e92b77

Browse files
rfvirgilbroonie
authored andcommitted
ASoC: cs35l56: Allow more time for firmware to boot
The original 50ms timeout for firmware boot is not long enough for worst-case time to reboot after a firmware download. Increase the timeout to 250ms. Signed-off-by: Richard Fitzgerald <rf@opensource.cirrus.com> Fixes: e496112 ("ASoC: cs35l56: Add driver for Cirrus Logic CS35L56") Link: https://msgid.link/r/20240129162737.497-15-rf@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 245eeff commit 9e92b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sound/cs35l56.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242

243243
#define CS35L56_CONTROL_PORT_READY_US 2200
244244
#define CS35L56_HALO_STATE_POLL_US 1000
245-
#define CS35L56_HALO_STATE_TIMEOUT_US 50000
245+
#define CS35L56_HALO_STATE_TIMEOUT_US 250000
246246
#define CS35L56_RESET_PULSE_MIN_US 1100
247247
#define CS35L56_WAKE_HOLD_TIME_US 1000
248248

0 commit comments

Comments
 (0)