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

Commit 814bb6da 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: add PCIe device ID for MDM9640"

parents 0f12a304 19036dd8
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