Skip to content

Commit 47dde1a

Browse files
charleskeepaxlag-linaro
authored andcommitted
mfd: cs42l43: Increase the SoundWire attach timeout
Some SoundWire controllers take a very long time to fully power up. As such, increase the timeout that the cs42l43 driver will wait for the device to initially appear on the bus. Signed-off-by: Charles Keepax <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent a57f93b commit 47dde1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mfd/cs42l43.c

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

3030
#define CS42L43_RESET_DELAY_MS 20
3131

32-
#define CS42L43_SDW_ATTACH_TIMEOUT_MS 500
32+
#define CS42L43_SDW_ATTACH_TIMEOUT_MS 5000
3333
#define CS42L43_SDW_DETACH_TIMEOUT_MS 100
3434

3535
#define CS42L43_MCU_BOOT_STAGE1 1

0 commit comments

Comments
 (0)