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:
George Shen
2023-05-02 09:30:04 -07:00
orang tua e6a01f04a6
melakukan 73f3cecfbd
6 mengubah file dengan 0 tambahan dan 293 penghapusan

Melihat File

@@ -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) {