msm: eva: Support Synx V2 only
Simplify code base for future generations of driver. Change-Id: I9ed940184da3b2224c74092ac31163de29c84f64 Signed-off-by: George Shen <quic_sqiao@quicinc.com>
This commit is contained in:
@@ -2192,13 +2192,11 @@ static int iris_hfi_core_init(void *device)
|
||||
goto err_load_fw;
|
||||
}
|
||||
|
||||
#ifdef CVP_CONFIG_SYNX_V2
|
||||
rc = cvp_synx_recover();
|
||||
if (rc) {
|
||||
dprintk(CVP_ERR, "Failed to recover synx\n");
|
||||
goto err_core_init;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* mmrm registration */
|
||||
if (msm_cvp_mmrm_enabled) {
|
||||
|
Reference in New Issue
Block a user