msm: eva: Enable auto-pil

Enable auto pil and all debug loggings for bring up.

Change-Id: I14e56e0f13269db78ef9a8e6bc63619d90dd62bc
Signed-off-by: George Shen <sqiao@codeaurora.org>
This commit is contained in:
George Shen
2021-01-08 09:51:00 -08:00
부모 a70c2ad2cc
커밋 e96edf5d62
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@@ -11,7 +11,7 @@
#define CREATE_TRACE_POINTS
#define MAX_SSR_STRING_LEN 10
int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW;
int msm_cvp_debug = CVP_ERR | CVP_WARN | CVP_FW | CVP_DBG;
EXPORT_SYMBOL(msm_cvp_debug);
int msm_cvp_debug_out = CVP_OUT_PRINTK;

파일 보기

@@ -49,7 +49,7 @@ static struct msm_cvp_common_data default_common_data[] = {
static struct msm_cvp_common_data sm8450_common_data[] = {
{
.key = "qcom,auto-pil",
.value = 0,
.value = 1,
},
{
.key = "qcom,never-unload-fw",