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

Commit f8b9116e authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

soc: qcom: qti_battery_debug: Update QBG device context dump length



QBG device context dump length has been increased to 598 words in
the charger firmware. Increase the length to support upto 4KB.

Change-Id: I4a0a28044a54cdbde146101384f5a1ccf73b1562
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent f0d6115e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#define BD_QBG_DUMP_REQ		0x36

/* Generic definitions */
#define MAX_BUF_LEN		(560 * sizeof(u32))
#define MAX_BUF_LEN		SZ_4K
#define BD_WAIT_TIME_MS		1000

struct qbg_context_req_msg {