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

Commit 61303509 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: bgcom: increase retries as BG may take ~600us to wake-up"

parents 76f678dd 82a62032
Loading
Loading
Loading
Loading
+3 −1
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 20
#define MAX_RETRY 200

enum bgcom_state {
	/*BGCOM Staus ready*/
@@ -962,6 +962,8 @@ static int bg_spi_probe(struct spi_device *spi)

	if (ret)
		goto err_ret;

	pr_info("Bgcom Probed successfully\n");
	return ret;

err_ret: