|
@@ -5712,6 +5712,11 @@ int cnss_pci_force_fw_assert_hdlr(struct cnss_pci_data *pci_priv)
|
|
ret = cnss_pci_pm_runtime_get_sync(pci_priv, RTPM_ID_CNSS);
|
|
ret = cnss_pci_pm_runtime_get_sync(pci_priv, RTPM_ID_CNSS);
|
|
if (ret < 0)
|
|
if (ret < 0)
|
|
goto runtime_pm_put;
|
|
goto runtime_pm_put;
|
|
|
|
+ /*
|
|
|
|
+ * In some scenarios, cnss_pci_pm_runtime_get_sync
|
|
|
|
+ * might not resume PCI bus. For those cases do auto resume.
|
|
|
|
+ */
|
|
|
|
+ cnss_auto_resume(&pci_priv->pci_dev->dev);
|
|
|
|
|
|
if (!pci_priv->is_smmu_fault)
|
|
if (!pci_priv->is_smmu_fault)
|
|
cnss_pci_mhi_reg_dump(pci_priv);
|
|
cnss_pci_mhi_reg_dump(pci_priv);
|