Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd41d514 authored by Wang Dongsheng's avatar Wang Dongsheng Committed by Scott Wood
Browse files

fsl/pci: fix RC cannot detect PME message coming



PCI controller disable PME message report feature, that shouldn't
have happened. Fix it and enable PME message report feature.

Signed-off-by: default avatarWang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
parent 1c075f95
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1150,8 +1150,7 @@ static int fsl_pci_pme_probe(struct pci_controller *hose)
	pci = hose->private_data;

	/* Enable PTOD, ENL23D & EXL23D */
	out_be32(&pci->pex_pme_mes_disr, 0);
	setbits32(&pci->pex_pme_mes_disr,
	clrbits32(&pci->pex_pme_mes_disr,
		  PME_DISR_EN_PTOD | PME_DISR_EN_ENL23D | PME_DISR_EN_EXL23D);

	out_be32(&pci->pex_pme_mes_ier, 0);