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

Commit 7e1ef7d3 authored by Yan He's avatar Yan He
Browse files

msm: pcie: add device ID for MDM9630



MDM9630 can be used as either PCIe root complex or PCIe endpoint.
So it has a unique PCIe device ID different from all other chipsets
which have any PCIe module. Add the support for its device ID in
this change.

Change-Id: I23c66bdd5106e56de8bc5594a2b81860d9a6cb0c
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent dc39463b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -40,7 +40,11 @@

/* Root Complex Port vendor/device IDs */
#define PCIE_VENDOR_ID_RCP             0x17cb
#ifdef CONFIG_ARCH_MDM9630
#define PCIE_DEVICE_ID_RCP             0x300
#else
#define PCIE_DEVICE_ID_RCP             0x0101
#endif

#define PCIE20_PARF_SYS_CTRL           0x00
#define PCIE20_PARF_PM_STTS            0x24