summaryrefslogtreecommitdiff
path: root/meta-ampere
diff options
context:
space:
mode:
authorThang Tran <thuutran@amperecomputing.com>2023-12-11 12:45:57 +0300
committerThang Q. Nguyen <thang@os.amperecomputing.com>2024-03-20 05:39:28 +0300
commit16f6271238f476a80acc3ca997562eb345d00726 (patch)
tree347d033baf4f7105fc504d854678fc6028906513 /meta-ampere
parent025bcf0d14cc06aef38bc23c1f72c497d546ff7e (diff)
downloadopenbmc-16f6271238f476a80acc3ca997562eb345d00726.tar.xz
meta-ampere: mtmitchell: update on-board IPMI sensor information
Update IPMI sensor configuration to correct EntityId and Entity Instance for some sensors. Tested: 1. Run "ipmitool sensor get" command and check the output for correct Entity ID and Entity Instance information Signed-off-by: Thang Tran <thuutran@amperecomputing.com> Change-Id: I17cb008975a00f55f0bfe142d63f698310b8b54f
Diffstat (limited to 'meta-ampere')
-rw-r--r--meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml20
1 files changed, 11 insertions, 9 deletions
diff --git a/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml b/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml
index 911fd1f906..0fa5bdc692 100644
--- a/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml
+++ b/meta-ampere/meta-mitchell/recipes-phosphor/configuration/mtmitchell-yaml-config/mtmitchell-ipmi-sensors.yaml
@@ -43,22 +43,22 @@
7:
<<: *TEMP_DEFAULTS
entityID: 0x37
- entityInstance: 1
+ entityInstance: 2
path: /xyz/openbmc_project/sensors/temperature/SysCabInletTemp
8:
<<: *TEMP_DEFAULTS
- entityID: 0x40
- entityInstance: 1
+ entityID: 0x37
+ entityInstance: 3
path: /xyz/openbmc_project/sensors/temperature/MBInletTemp1
9:
<<: *TEMP_DEFAULTS
- entityID: 0x40
- entityInstance: 2
+ entityID: 0x37
+ entityInstance: 4
path: /xyz/openbmc_project/sensors/temperature/MBInletTemp2
10:
<<: *TEMP_DEFAULTS
- entityID: 0x42
- entityInstance: 1
+ entityID: 0x7
+ entityInstance: 6
path: /xyz/openbmc_project/sensors/temperature/AST2600CPUTemp
11:
<<: *TEMP_DEFAULTS
@@ -67,7 +67,8 @@
path: /xyz/openbmc_project/sensors/temperature/NVMeM2_MaxTemp
12:
<<: *TEMP_DEFAULTS
- entityInstance: 12
+ entityID: 0x1e
+ entityInstance: 2
path: /xyz/openbmc_project/sensors/temperature/NVMeFBP_MaxTemp
13:
<<: *TEMP_DEFAULTS
@@ -76,7 +77,8 @@
path: /xyz/openbmc_project/sensors/temperature/SysInletTemp
14:
<<: *TEMP_DEFAULTS
- entityInstance: 14
+ entityID: 0x1e
+ entityInstance: 4
path: /xyz/openbmc_project/sensors/temperature/FrontBP_MaxTemp
16:
<<: *TEMP_DEFAULTS