mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
soc: qcom: charger-ulog-glink: Increase charger_ulog_init buffer to 32KB
Currently, charger firmware has allocated 16KB for storing init logs in charger PD ulog. This log buffer is being increased to 32KB to store some more init logs. Increase the number of pages for charger_ulog_init IPC log accordingly. Change-Id: I977acfe647261c25534ec7ab4f34378ef848b438 Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
parent
652a68d2f2
commit
d697df15a1
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
#define MAX_ULOG_SIZE 8192
|
||||
#define NUM_LOG_PAGES 10
|
||||
#define NUM_INIT_LOG_PAGES 4
|
||||
#define NUM_INIT_LOG_PAGES 8
|
||||
|
||||
struct set_ulog_prop_req_msg {
|
||||
struct pmic_glink_hdr hdr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user