qcacmn: Change MSI configs for lower MSI line groups

ppe2tcl and Umac reset interrupts need dedicated irq lines.
Hence, group some of the existing dp groups togeather
to share MSI lines to make space for ppe2tcl and Umac reset
dedicated irqs.

Change-Id: I5181caeaeb4d0107b62e7ac812c2f829fd8215a2
CRs-Fixed: 3423553
This commit is contained in:
Pavankumar Nandeshwar
2023-03-21 09:26:30 -07:00
committed by Madan Koyyalamudi
parent c46d796117
commit 2bea262d35
3 changed files with 347 additions and 171 deletions

View File

@@ -1253,7 +1253,7 @@ QDF_STATUS hif_register_umac_reset_handler(struct hif_opaque_softc *hif_scn,
/* Register the interrupt handler */
ret = pfrm_request_irq(hif_sc->qdf_dev->dev, irq,
hif_umac_reset_irq_handler,
IRQF_SHARED | IRQF_NO_SUSPEND,
IRQF_NO_SUSPEND,
"umac_hw_reset_irq",
umac_reset_ctx);
if (ret) {