Skip to content

Commit 14f6f0e

Browse files
debox1jwrdegoede
authored andcommitted
platform/x86/intel/sdsi: Change mailbox timeout
On some platforms, it may take up to 400ms for the ready bit to be set in a successful mailbox transaction. Set the timeout to 500ms to cover the worst case. Signed-off-by: David E. Box <david.e.box@linux.intel.com> Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Link: https://lore.kernel.org/r/20230413013230.1521584-1-david.e.box@linux.intel.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>
1 parent 3f58160 commit 14f6f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • drivers/platform/x86/intel

drivers/platform/x86/intel/sdsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define SDSI_MBOX_CMD_SUCCESS 0x40
5050
#define SDSI_MBOX_CMD_TIMEOUT 0x80
5151

52-
#define MBOX_TIMEOUT_US 2000
52+
#define MBOX_TIMEOUT_US 500000
5353
#define MBOX_TIMEOUT_ACQUIRE_US 1000
5454
#define MBOX_POLLING_PERIOD_US 100
5555
#define MBOX_ACQUIRE_NUM_RETRIES 5

0 commit comments

Comments
 (0)