commit | f2e3d74f395eb578ade33776ad0fbae81ab07b92 | [log] [tgz] |
---|---|---|
author | Matthew Barth <msbarth@us.ibm.com> | Thu Jan 13 13:42:05 2022 -0600 |
committer | Matthew Barth <msbarth@linux.ibm.com> | Tue Jan 18 17:02:52 2022 +0000 |
tree | 2d573680b90d60c0d43049e76e55b1ddf711017f | |
parent | 4172d8d54b588cd8285c634f2fdedc8560c011db [diff] |
control:p10bmc: Add ambient and altitude groups Rainier4U does not utilize the altitude sensor currently. Change-Id: Ibbe22501f099ff407d28cbb9c98e52edfb9da1c8 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/control/config_files/p10bmc/ibm,rainier-1s4u/groups.json b/control/config_files/p10bmc/ibm,rainier-1s4u/groups.json index bfbddb3..791bb10 100644 --- a/control/config_files/p10bmc/ibm,rainier-1s4u/groups.json +++ b/control/config_files/p10bmc/ibm,rainier-1s4u/groups.json
@@ -309,5 +309,11 @@ "members": [ "/xyz/openbmc_project/sensors/temperature/PCIe_Cable_Card_1_Temp" ] + }, + { + "name": "ambient temp", + "members": [ + "/xyz/openbmc_project/sensors/temperature/Ambient_Virtual_Temp" + ] } ]