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

Commit 78fde381 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: clear Request Exit L1 bit when enabling L1 via debugfs"

parents a884bf5e ba688c4a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1457,6 +1457,10 @@ static void msm_pcie_sel_debug_testcase(struct msm_pcie_dev_t *dev,
				pci_walk_bus(bus,
					&msm_pcie_config_l1_enable, dev);

			/* enable l1 mode, clear bit 5 (REQ_NOT_ENTR_L1) */
			msm_pcie_write_mask(dev->parf +
				PCIE20_PARF_PM_CTRL, BIT(5), 0);

			msm_pcie_config_l1_enable(dev->dev, dev);
		}
		break;