Browse Source

Merge "msm: eva: enable EVA hw power collapse" into eva-kernel.lnx.1.0

Linux Build Service Account 4 years ago
parent
commit
17ea47b1c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      msm/eva/msm_cvp_debug.c

+ 1 - 1
msm/eva/msm_cvp_debug.c

@@ -19,7 +19,7 @@ EXPORT_SYMBOL(msm_cvp_debug_out);
 
 int msm_cvp_fw_debug = 0x18;
 int msm_cvp_fw_debug_mode = 1;
-int msm_cvp_fw_low_power_mode = !1;
+int msm_cvp_fw_low_power_mode = 1;
 bool msm_cvp_fw_coverage = !true;
 bool msm_cvp_cacheop_enabled = true;
 bool msm_cvp_thermal_mitigation_disabled = !true;