Browse Source

msm: eva: Enable auto-pil

Enable auto pil and all debug loggings for bring up.

Change-Id: I14e56e0f13269db78ef9a8e6bc63619d90dd62bc
Signed-off-by: George Shen <[email protected]>
George Shen 4 years ago
parent
commit
e96edf5d62
2 changed files with 2 additions and 2 deletions
  1. 1 1
      msm/eva/msm_cvp_debug.c
  2. 1 1
      msm/eva/msm_cvp_platform.c

+ 1 - 1
msm/eva/msm_cvp_debug.c

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

+ 1 - 1
msm/eva/msm_cvp_platform.c

@@ -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",