summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2019-06-21 17:47:55 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-26 23:57:56 +0300
commit2afe1b72ba4d667c3186213a0311cb05de901f6d (patch)
tree66a1c536f9254ab0178fb2a4848f6af14f32b377 /meta-ibm
parent57f0a3e75b5f31b978a253ba486fa73d77245b38 (diff)
downloadopenbmc-2afe1b72ba4d667c3186213a0311cb05de901f6d.tar.xz
meta-ibm: witherspoon: Add total_power sensor to chassis association
This sensor is needed under the chassis association so that bmcweb can report the PowerControl/PowerConsumedWatts Redfish property. (From meta-ibm rev: bc0b221dda4f9aad8589469066d8f075b69789f0) Signed-off-by: Eddie James <eajames@linux.ibm.com> Change-Id: I9a5daf64e9888a5b7c817fab59658a054de25a83 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
index 0adee9cda..bea5269ab 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/inventory/phosphor-inventory-manager/associations.json
@@ -1597,7 +1597,9 @@
"/xyz/openbmc_project/sensors/current/p1_vcs_current",
"/xyz/openbmc_project/sensors/current/p1_vddr_current",
"/xyz/openbmc_project/sensors/current/p1_vdd_current",
- "/xyz/openbmc_project/sensors/current/p1_vdn_current"
+ "/xyz/openbmc_project/sensors/current/p1_vdn_current",
+
+ "/xyz/openbmc_project/sensors/power/total_power"
]
}
]