msm: eva: Enable EVA power colapse

Remove temporary changes for RUMI bring up.

Change-Id: Ibad6025fcc9b18d062cd46bf33f6c7e051dbf91d
Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
George Shen
2022-02-17 10:08:39 -08:00
parent adcab3bd3b
commit 26396dd79a
3 changed files with 3 additions and 3 deletions

View File

@@ -994,7 +994,7 @@ static inline int __boot_firmware(struct iris_hfi_device *device)
}
/* Reduce to 500, 1000 on silicon */
usleep_range(50000, 100000);
usleep_range(500, 1000);
count++;
}

View File

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

View File

@@ -102,7 +102,7 @@ static struct msm_cvp_common_data sm8550_common_data[] = {
},
{
.key = "qcom,sw-power-collapse",
.value = 0,
.value = 1,
},
{
.key = "qcom,domain-attr-non-fatal-faults",