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

Commit 19036dd8 authored by Tony Truong's avatar Tony Truong
Browse files

msm: pcie: add PCIe device ID for MDM9640



PCIe device ID varies depending on the chipset.
Missing PCIe device ID for MDM9640; therefore, add
it to PCIe bus driver. By doing so, PCIe can
register for system suspend and resume.

Change-Id: I18f1156cbba3ce257e0e330689810e143a7576ff
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 2a4b1904
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -220,7 +220,11 @@
#define PCIE20_AER_ERR_SRC_ID_REG		0x134

#define PCIE_VENDOR_ID_RCP		 0x17cb
#ifdef CONFIG_ARCH_MDM9640
#define PCIE_DEVICE_ID_RCP		 0x0301
#else
#define PCIE_DEVICE_ID_RCP		 0x0300
#endif

#define RD 0
#define WR 1