From 31289a61b73adce1aa6163ec377ddfb29916b8dd Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 29 Jun 2017 15:41:10 -0500 Subject: Create power cap enable property This property will be used to enable and disable the power cap for the system Change-Id: Ifd7b2be89a33e45b9ed2e3832aa13d81b829bc85 Signed-off-by: Andrew Geissler --- xyz/openbmc_project/Control/Power/Cap.interface.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xyz/openbmc_project/Control/Power/Cap.interface.yaml b/xyz/openbmc_project/Control/Power/Cap.interface.yaml index e15bffa..2994b14 100644 --- a/xyz/openbmc_project/Control/Power/Cap.interface.yaml +++ b/xyz/openbmc_project/Control/Power/Cap.interface.yaml @@ -7,3 +7,9 @@ properties: description: > Power cap value. This could for example be specified in absolute wattage. The unit of measurement must be Watts. + + - name: PowerCapEnable + type: boolean + description: > + Power cap enable. Set to true to enable the PowerCap, false + to disable it. -- cgit v1.2.1