From ee6f5e828789805e0e037f872bffda9c05b9fcb5 Mon Sep 17 00:00:00 2001 From: Matthew Barth Date: Mon, 10 May 2021 14:31:19 -0500 Subject: ibm: Update rainier 2U fan monitor config To support the new rainier 2U fan hardware, the fan monitor config needs to be updated to reflect the factor/offset between the target and feedback speeds of the new hardware. Change-Id: Ic63d678e89b210da77d4681ad44a209dd2807836 Signed-off-by: Matthew Barth --- .../p10bmc/rainier-2u/config.json | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'meta-ibm/recipes-phosphor/fans') diff --git a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json index 89b774480..b4143adba 100644 --- a/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json +++ b/meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json @@ -13,14 +13,14 @@ { "name": "fan0_0", "threshold": 30, - "has_target": true + "has_target": true, + "factor": 0.627, + "offset": 750 }, { "name": "fan0_1", "threshold": 30, - "has_target": false, - "factor": 1.45, - "offset": -909 + "has_target": false } ] }, @@ -37,14 +37,14 @@ { "name": "fan1_0", "threshold": 30, - "has_target": true + "has_target": true, + "factor": 0.627, + "offset": 750 }, { "name": "fan1_1", "threshold": 30, - "has_target": false, - "factor": 1.45, - "offset": -909 + "has_target": false } ] }, @@ -61,14 +61,14 @@ { "name": "fan2_0", "threshold": 30, - "has_target": true + "has_target": true, + "factor": 0.627, + "offset": 750 }, { "name": "fan2_1", "threshold": 30, - "has_target": false, - "factor": 1.45, - "offset": -909 + "has_target": false } ] }, @@ -85,14 +85,14 @@ { "name": "fan3_0", "threshold": 30, - "has_target": true + "has_target": true, + "factor": 0.627, + "offset": 750 }, { "name": "fan3_1", "threshold": 30, - "has_target": false, - "factor": 1.45, - "offset": -909 + "has_target": false } ] }, @@ -109,14 +109,14 @@ { "name": "fan4_0", "threshold": 30, - "has_target": true + "has_target": true, + "factor": 0.627, + "offset": 750 }, { "name": "fan4_1", "threshold": 30, - "has_target": false, - "factor": 1.45, - "offset": -909 + "has_target": false } ] }, @@ -133,14 +133,14 @@ { "name": "fan5_0", "threshold": 30, - "has_target": true + "has_target": true, + "factor": 0.627, + "offset": 750 }, { "name": "fan5_1", "threshold": 30, - "has_target": false, - "factor": 1.45, - "offset": -909 + "has_target": false } ] } -- cgit v1.2.3