spmi: 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. Change-Id: I5805fa77131336e56db35ae7948012e072c15746 Signed-off-by: David Collins <collinsd@codeaurora.org>
This commit is contained in:
parent
e3d95ee3d7
commit
26904509ee
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ enum pmic_arb_channel {
|
|||
|
||||
/* Maximum number of support PMIC peripherals */
|
||||
#define PMIC_ARB_MAX_PERIPHS 512
|
||||
#define PMIC_ARB_TIMEOUT_US 100
|
||||
#define PMIC_ARB_TIMEOUT_US 1000
|
||||
#define PMIC_ARB_MAX_TRANS_BYTES (8)
|
||||
|
||||
#define PMIC_ARB_APID_MASK 0xFF
|
||||
|
|
Loading…
Reference in a new issue