qcacmn: Enable Umac reset flag for Beryllium chipsets

Enable Umac reset flag for Beryllium chipsets to
configure the dp msi groups

Change-Id: Iae5758a470857fc51dd3ea3211f7842ffebec1de
CRs-Fixed: 3530177
此提交包含在:
Pavankumar Nandeshwar
2023-06-14 01:49:45 -07:00
提交者 Rahul Choudhary
父節點 bcacfe9271
當前提交 ed48d413c9
共有 2 個檔案被更改,包括 5 行新增2 行删除

查看文件

@@ -4336,6 +4336,7 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
soc->wbm_release_desc_rx_sg_support = 1;
break;
case TARGET_TYPE_QCN9224:
soc->umac_reset_supported = true;
soc->ast_override_support = 1;
soc->da_war_enabled = false;
wlan_cfg_set_raw_mode_war(soc->wlan_cfg_ctx, false);
@@ -4353,6 +4354,7 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
break;
case TARGET_TYPE_QCA5332:
case TARGET_TYPE_QCN6432:
soc->umac_reset_supported = true;
soc->ast_override_support = 1;
soc->da_war_enabled = false;
wlan_cfg_set_raw_mode_war(soc->wlan_cfg_ctx, false);
@@ -4459,7 +4461,7 @@ void *dp_soc_init(struct dp_soc *soc, HTC_HANDLE htc_handle,
wlan_cfg_fill_interrupt_mask(soc->wlan_cfg_ctx, num_dp_msi,
soc->intr_mode, is_monitor_mode,
ppeds_attached,
soc->features.umac_hw_reset_support);
soc->umac_reset_supported);
/* initialize WBM_IDLE_LINK ring */
if (dp_hw_link_desc_ring_init(soc)) {