commit | cee2e2648655c0650b4569c30b5cc32d012d3a52 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Tue Feb 06 05:22:28 2018 -0600 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Mar 02 17:43:27 2018 +0000 |
tree | d26221b41af5d5e1e692cb07404e23cf39564b4e | |
parent | d1413ae391e94d86946c8edb9139ab3582bb3f7c [diff] |
TurboAllowed: Add support for TurboAllowed sensor type Resolves openbmc/openbmc#2500 Change-Id: I7caaf07f1d9f6d54d2e92a382d675ef450db2c8e Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml index 6ca7c0e..5ec5810 100644 --- a/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml +++ b/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -208,3 +208,21 @@ 0x01: type: "bool" assert: true + +turbo_allowed_sensor: + path: /xyz/openbmc_project/control/host0/turbo_allowed + serviceInterface: org.freedesktop.DBus.Properties + readingType: assertion + sensorNamePattern: nameLeaf + interfaces: + xyz.openbmc_project.Control.Host.TurboAllowed: + TurboAllowed: + Offsets: + 0x00: + assert: false + deassert: true + type: bool + 0x01: + assert: true + deassert: false + type: bool