qcacmn: Add change to update the cmem info for QCN6432
Add change to update the cmem info for QCN6432 Change-Id: I339f5b613b5a710db55d2a47e366678c4daf05fe CRs-Fixed: 3495941
This commit is contained in:

committed by
Rahul Choudhary

parent
419c3a57ef
commit
3782e13b74
@@ -501,7 +501,8 @@ QDF_STATUS hif_ahb_enable_bus(struct hif_softc *ol_sc,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* 11BE SoC chipsets Need to call this function to get cmem addr */
|
/* 11BE SoC chipsets Need to call this function to get cmem addr */
|
||||||
if (target_type == TARGET_TYPE_QCA5332)
|
if (target_type == TARGET_TYPE_QCA5332 ||
|
||||||
|
target_type == TARGET_TYPE_QCN6432)
|
||||||
hif_ahb_get_soc_cmem_info_pld(sc, dev);
|
hif_ahb_get_soc_cmem_info_pld(sc, dev);
|
||||||
|
|
||||||
if (target_type == TARGET_TYPE_QCN6122 ||
|
if (target_type == TARGET_TYPE_QCN6122 ||
|
||||||
|
Reference in New Issue
Block a user