qcacmn: Add support for QCN7605(Genoa)
1. Copy engine assignment changes for Genoa. 2. Add support for QCN7605 device type. Change-Id: I5cf6b765a51608c27f2ef2e6d3bf45b64875dd6c CRs-Fixed: 2265278
此提交包含在:
@@ -43,6 +43,10 @@ void hif_target_register_tbl_attach(struct hif_softc *scn, u32 target_type)
|
||||
scn->targetdef = &adrastea_targetdef;
|
||||
scn->target_ce_def = &adrastea_ce_targetdef;
|
||||
break;
|
||||
case TARGET_TYPE_QCN7605:
|
||||
scn->targetdef = &adrastea_targetdef;
|
||||
scn->target_ce_def = &adrastea_ce_targetdef;
|
||||
break;
|
||||
#if defined(AR6002_HEADERS_DEF)
|
||||
case TARGET_TYPE_AR6002:
|
||||
scn->targetdef = AR6002_TARGETdef;
|
||||
@@ -126,6 +130,10 @@ void hif_register_tbl_attach(struct hif_softc *scn, u32 hif_type)
|
||||
scn->hostdef = &adrastea_hostdef;
|
||||
scn->host_shadow_regs = &adrastea_host_shadow_regs;
|
||||
break;
|
||||
case HIF_TYPE_QCN7605:
|
||||
scn->hostdef = &adrastea_hostdef;
|
||||
scn->host_shadow_regs = &adrastea_host_shadow_regs;
|
||||
break;
|
||||
#if defined(AR6002_HEADERS_DEF)
|
||||
case HIF_TYPE_AR6002:
|
||||
scn->hostdef = AR6002_HOSTdef;
|
||||
|
新增問題並參考
封鎖使用者