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:
Willie Ruan 2016-09-15 14:14:55 -07:00
parent ab26d09879
commit 0491485ebe

View file

@ -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)