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
|
* OFFSET = 4K - 32 bytes = 0x4063
|
||||||
*/
|
*/
|
||||||
#define MAPPED_REF_OFF 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
|
#define FORCE_WAKE_DELAY_TIMEOUT 50
|
||||||
|
#endif /* HAL_CONFIG_SLUB_DEBUG_ON */
|
||||||
|
|
||||||
#define FORCE_WAKE_DELAY_MS 5
|
#define FORCE_WAKE_DELAY_MS 5
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
在新工单中引用
屏蔽一个用户