commit | b013c5f8691cc57d5e097c1398bd528cef8d5f4b | [log] [tgz] |
---|---|---|
author | Logananth Sundararaj <logananth_s@hcl.com> | Mon Feb 06 18:53:56 2023 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 08 04:13:47 2023 +0000 |
tree | 432668ebb1464bdc16c98ec419c0a1b0937fe038 | |
parent | 7b1b723d397fa1bd8631d580a7aa624f67291253 [diff] |
Add support for HotPluggable This property describes if item can be hotplugged. Tested: Tested and verified in YosemiteV2 platform. Change-Id: I37dc08f57de3bcc7148f5bf8c7309f08a330890b Signed-off-by: Logananth Sundararaj <logananth_s@hcl.com>
diff --git a/yaml/xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml b/yaml/xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml index 411e26e..7a88515 100644 --- a/yaml/xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml +++ b/yaml/xyz/openbmc_project/Inventory/Decorator/Replaceable.interface.yaml
@@ -5,3 +5,7 @@ type: boolean description: > Whether or not the item is field replaceable. + - name: HotPluggable + type: boolean + description: > + Whether or not the item supports hotplug.