qcacmn: Increase the force wake timeout
Increase the force wake timeout to 100ms for debug builds as mhi requires 100ms to wake up. Change-Id: Ida0b1287a86a5a97fd2d9c80fee4e677eea86cbe CRs-Fixed: 2552815
此提交包含在:

提交者
nshrivas

父節點
3f13c071b9
當前提交
74a2f413df
@@ -42,7 +42,13 @@
|
||||
* OFFSET = 4K - 32 bytes = 0x4063
|
||||
*/
|
||||
#define MAPPED_REF_OFF 0x4063
|
||||
|
||||
#ifdef HAL_CONFIG_SLUB_DEBUG_ON
|
||||
#define FORCE_WAKE_DELAY_TIMEOUT 100
|
||||
#else
|
||||
#define FORCE_WAKE_DELAY_TIMEOUT 50
|
||||
#endif /* HAL_CONFIG_SLUB_DEBUG_ON */
|
||||
|
||||
#define FORCE_WAKE_DELAY_MS 5
|
||||
|
||||
/**
|
||||
|
新增問題並參考
封鎖使用者