soc: samsung: acpm: extend the timeout for acpm ipc retry
Extend it from 15ms to 200ms Bug: 172883429 Change-Id: I39e8e860dfeaa4d1d3b702f06dca51dd01bc8367 Signed-off-by: Redick Lin <redicklin@google.com>
This commit is contained in:
parent
a13ddad5af
commit
70c79241d2
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ struct acpm_debug_info {
|
|||
#define SR2 0x0088
|
||||
#define SR3 0x008C
|
||||
|
||||
#define IPC_TIMEOUT (15000000)
|
||||
#define IPC_TIMEOUT (200000000)
|
||||
#define APM_PERITIMER_NS_PERIOD (10416)
|
||||
|
||||
#define UNTIL_EQUAL(arg0, arg1, flag) \
|
||||
|
|
Loading…
Add table
Reference in a new issue