summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2022-02-15 16:35:05 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-18 23:19:56 +0300
commit037a2297823b996ac433e0f6820611f78ab29b97 (patch)
tree0ae2dcdbe89b5f2a4cf6a26693339413dd12f3ff /meta-facebook
parent0761536683f2bb6d714144b68f362a0a8954c6dc (diff)
downloadopenbmc-037a2297823b996ac433e0f6820611f78ab29b97.tar.xz
meta-bletchley: update phosphor-nvme configuration
1. Switch to 1-based index to align with sled index 2. Update criticalHigh to 67 based on thermal team's requirement Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: I7d594ef6e5e5f84abd054c7283db4a19b696d584
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
index f64382e9c7..6bd71e972e 100644
--- a/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
+++ b/meta-facebook/meta-bletchley/recipes-phosphor/sensors/phosphor-nvme/nvme_config.json
@@ -1,33 +1,33 @@
{
"config": [
{
- "NVMeDriveIndex": 0,
+ "NVMeDriveIndex": 1,
"NVMeDriveBusID": 0
},
{
- "NVMeDriveIndex": 1,
+ "NVMeDriveIndex": 2,
"NVMeDriveBusID": 1
},
{
- "NVMeDriveIndex": 2,
+ "NVMeDriveIndex": 3,
"NVMeDriveBusID": 2
},
{
- "NVMeDriveIndex": 3,
+ "NVMeDriveIndex": 4,
"NVMeDriveBusID": 3
},
{
- "NVMeDriveIndex": 4,
+ "NVMeDriveIndex": 5,
"NVMeDriveBusID": 4
},
{
- "NVMeDriveIndex": 5,
+ "NVMeDriveIndex": 6,
"NVMeDriveBusID": 5
}
],
"threshold": [
{
- "criticalHigh": 75,
+ "criticalHigh": 67,
"criticalLow": 0,
"maxValue": 127,
"minValue": -127