Merge "q2spi-msm-geni: Reduce q2spi transfer timeout to 250msecs"
This commit is contained in:
commit
d7e36ec27b
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#define Q2SPI_MAX_BUF 2
|
||||
#define Q2SPI_MAX_RESP_BUF 40
|
||||
#define Q2SPI_RESP_BUF_SIZE SMA_BUF_SIZE
|
||||
#define XFER_TIMEOUT_OFFSET (500 * 4)
|
||||
#define XFER_TIMEOUT_OFFSET (250)
|
||||
#define EXT_CR_TIMEOUT_MSECS (250)
|
||||
#define TIMEOUT_MSECONDS 10 /* 10 milliseconds */
|
||||
#define RETRIES 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue