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

Commit b4667cb0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 845885a8 f803e7a0
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*/
@@ -788,7 +788,6 @@ unlock:
		bg_soft_reset();
		return -ETIMEDOUT;
	}
	pr_info("BG retries for wake up : %d\n", retry);
	return 0;
}
EXPORT_SYMBOL(bgcom_resume);