qcacmn: Add PEACH device support

Add support for peach device. Add peach conditional statements.

Change-Id: Ia107e60fd00b4938984414fd92d6699d11fd3797
CRs-Fixed: 3394198
This commit is contained in:
Prakash Manjunathappa
2022-12-26 09:30:48 -08:00
committato da Madan Koyyalamudi
parent 4bb2e1a3f2
commit 3cde321196
17 ha cambiato i file con 86 aggiunte e 18 eliminazioni

Vedi File

@@ -5550,6 +5550,7 @@ QDF_STATUS dp_mon_soc_cfg_init(struct dp_soc *soc)
case TARGET_TYPE_QCA6750:
case TARGET_TYPE_KIWI:
case TARGET_TYPE_MANGO:
case TARGET_TYPE_PEACH:
/* do nothing */
break;
case TARGET_TYPE_QCA8074:
@@ -5614,6 +5615,7 @@ static void dp_mon_pdev_per_target_config(struct dp_pdev *pdev)
switch (target_type) {
case TARGET_TYPE_KIWI:
case TARGET_TYPE_MANGO:
case TARGET_TYPE_PEACH:
mon_pdev->is_tlv_hdr_64_bit = true;
break;
default:
@@ -6242,6 +6244,7 @@ void dp_mon_ops_register(struct dp_soc *soc)
case TARGET_TYPE_QCA6750:
case TARGET_TYPE_KIWI:
case TARGET_TYPE_MANGO:
case TARGET_TYPE_PEACH:
case TARGET_TYPE_QCA8074:
case TARGET_TYPE_QCA8074V2:
case TARGET_TYPE_QCA6018:
@@ -6303,6 +6306,7 @@ void dp_mon_cdp_ops_register(struct dp_soc *soc)
case TARGET_TYPE_QCA6750:
case TARGET_TYPE_KIWI:
case TARGET_TYPE_MANGO:
case TARGET_TYPE_PEACH:
case TARGET_TYPE_QCA8074:
case TARGET_TYPE_QCA8074V2:
case TARGET_TYPE_QCA6018: