soc:qcom: common_log: change PMIC dump size from 4k to 64k
4K bytes of size is not enough for PMIC register dump with multiple chips on a target and many peripherals. Increase it to 64K for this need. Change-Id: I2053eb292051514fa9965e6dc0420e790165ed0d Signed-off-by: Willie Ruan <wruan@codeaurora.org>
This commit is contained in:
parent
ab26d09879
commit
0491485ebe
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
#include <soc/qcom/memory_dump.h>
|
||||
|
||||
#define MISC_DUMP_DATA_LEN 4096
|
||||
#define PMIC_DUMP_DATA_LEN 4096
|
||||
#define PMIC_DUMP_DATA_LEN (64 * 1024)
|
||||
#define VSENSE_DUMP_DATA_LEN 4096
|
||||
#define RPM_DUMP_DATA_LEN (160 * 1024)
|
||||
#define SCAN_DUMP_DATA_LEN (256 * 1024)
|
||||
|
|
Loading…
Add table
Reference in a new issue