Skip to content

Commit 9c573cd

Browse files
David Collinsgregkh
authored andcommitted
spmi: pmic-arb: increase SPMI transaction timeout delay
Increase the SPMI transaction timeout delay from 100 us to 1000 us in order to account for the slower execution time found on some simulator targets. Signed-off-by: David Collins <[email protected]> Signed-off-by: Fenglin Wu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent c866977 commit 9c573cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spmi/spmi-pmic-arb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ enum pmic_arb_channel {
9191

9292
/* Maximum number of support PMIC peripherals */
9393
#define PMIC_ARB_MAX_PERIPHS 512
94-
#define PMIC_ARB_TIMEOUT_US 100
94+
#define PMIC_ARB_TIMEOUT_US 1000
9595
#define PMIC_ARB_MAX_TRANS_BYTES (8)
9696

9797
#define PMIC_ARB_APID_MASK 0xFF

0 commit comments

Comments
 (0)