Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b6cfd35 authored by Ajit Kumar's avatar Ajit Kumar Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: bgspi: increase Blackghost SPI resume timeout to 5ms



Increase Blackghost SPI resume timeout from 2 ms to 5 ms.

Change-Id: Ia9deb3f1c2757f004070f7448a0a268d8d19dc50
Signed-off-by: default avatarAjit Kumar <kajit@codeaurora.org>
Signed-off-by: default avatarRamesh Yadav Javadi <javadi@codeaurora.org>
parent 7bcb1bb4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@
#define HED_EVENT_SIZE_LEN (0x02)
#define HED_EVENT_DATA_STRT_LEN (0x05)

#define MAX_RETRY 200
#define MAX_RETRY 500

enum bgcom_state {
	/*BGCOM Staus ready*/
@@ -789,7 +789,6 @@ int bgcom_resume(void *handle)
		bg_soft_reset();
		return -ETIMEDOUT;
	}
	pr_info("BG retries for wake up : %d\n", retry);
	return 0;
}
EXPORT_SYMBOL(bgcom_resume);