summaryrefslogtreecommitdiff
path: root/redfish-core/lib/pcie.hpp
diff options
context:
space:
mode:
authorLakshmi Yadlapati <lakshmiy@us.ibm.com>2023-03-30 16:23:48 +0300
committerLakshmi Yadlapati <lakshmiy@us.ibm.com>2023-04-28 23:35:16 +0300
commitb8f38ead9e5d89aa636f2340f1103b40393053b8 (patch)
treead37fdf0f6ade1bef06e8d4efa3c50ef26df3d82 /redfish-core/lib/pcie.hpp
parent3eec61ed7b3ce17d53f82f856530c404f266f8d6 (diff)
downloadbmcweb-b8f38ead9e5d89aa636f2340f1103b40393053b8.tar.xz
Moving to correct PCIe Device interface
Move PCIe device interface to "xyz.openbmc_project.Inventory.Item.PCIeDevice". peci-pcie commit: https://gerrit.openbmc.org/c/openbmc/peci-pcie/+/62100 Tested: Validator passed Change-Id: Ica6f4ca37bf9adca18bedc69422ff05f0c7d73f2 Signed-off-by: Lakshmi Yadlapati <lakshmiy@us.ibm.com>
Diffstat (limited to 'redfish-core/lib/pcie.hpp')
-rw-r--r--redfish-core/lib/pcie.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/pcie.hpp b/redfish-core/lib/pcie.hpp
index 97f1e24525..7cea8409f8 100644
--- a/redfish-core/lib/pcie.hpp
+++ b/redfish-core/lib/pcie.hpp
@@ -34,7 +34,7 @@ namespace redfish
static constexpr char const* pcieService = "xyz.openbmc_project.PCIe";
static constexpr char const* pciePath = "/xyz/openbmc_project/PCIe";
static constexpr char const* pcieDeviceInterface =
- "xyz.openbmc_project.PCIe.Device";
+ "xyz.openbmc_project.Inventory.Item.PCIeDevice";
static inline void
getPCIeDeviceList(const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,