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

Commit 3db764e6 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 3111547b 6b6cfd35
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -47,7 +47,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*/
@@ -786,7 +786,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);