clk: qcom: gdsc-regulator: Increase default GDSC timeout to 1500us

Increase default GDSC timeout to 1500us.

Change-Id: I1f4e7f362c8129ba4646485e09be2dd2616164d9
Signed-off-by: Xubin Bai <quic_xubibai@quicinc.com>
This commit is contained in:
Xubin Bai 2022-10-26 20:01:28 -07:00
parent cb5ed64bbf
commit 11a5ed89f0

View File

@ -52,7 +52,7 @@
#define CFG_GDSCR_OFFSET (REG_OFFSET + 0x4)
/* Timeout Delay */
#define TIMEOUT_US 500
#define TIMEOUT_US 1500
#define MBOX_TOUT_MS 500