summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorDhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>2017-10-04 08:29:44 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-05 20:57:20 +0300
commite651eecf4d7c90d1da19c2a044eb55b3d5d38998 (patch)
tree115c82d285c207bcbb4fc402975b98a78743df31 /meta-phosphor
parent37619ccb11eb88c9936222897e6625b0db5105a9 (diff)
downloadopenbmc-e651eecf4d7c90d1da19c2a044eb55b3d5d38998.tar.xz
Revert "Add PS derating and redundancy to sensor config"
This reverts commit 1c6c8e2a06b9d218884bdfb2099ca9a2daf8a4dd. The dbus interfaces for PS derating and redundancy is yet to be finalized and will be done with a new story later. Change-Id: I63f968aeb40b6ff1e57083b741cebf6b82741347 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml26
1 files changed, 1 insertions, 25 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
index 2971536be8..ee474ad3ef 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-sensor-inventory-mrw-config/config.yaml
@@ -120,28 +120,4 @@ tpm_required_sensor:
assert: false
0x01:
type: "bool"
- assert: true
-
-ps_derating_sensor:
- path: /xyz/openbmc_project/control/host0/powersupply_derating
- serviceInterface: org.freedesktop.DBus.Properties
- readingType: readingAssertion
- interfaces:
- xyz.openbmc_project.Control.PowerSupply.Derating:
- PowerSupplyDerating:
- 0xFF:
- type: uint32_t
-
-ps_redundancy_state_sensor:
- path: /xyz/openbmc_project/control/host0/powersupply_redundancy
- serviceInterface: org.freedesktop.DBus.Properties
- readingType: assertion
- interfaces:
- xyz.openbmc_project.Control.PowerSupply.Redundancy:
- PowerSupplyRedundancy:
- 0x00:
- type: "bool"
- assert: false
- 0x01:
- type: "bool"
- assert: true
+ assert: true \ No newline at end of file