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:
Redick Lin 2023-05-27 00:44:15 +04:00 committed by Ksawlii
parent a13ddad5af
commit 70c79241d2

View file

@ -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) \