summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorMatthew Barth <msbarth@us.ibm.com>2021-05-10 22:31:19 +0300
committerMatthew Barth <msbarth@linux.ibm.com>2021-05-18 23:28:26 +0300
commitee6f5e828789805e0e037f872bffda9c05b9fcb5 (patch)
tree9282394d5315e37936c396ca3e73b4cd2bd26752 /meta-ibm
parentf7ca44e336e520226ef5fc7f1de79be3206044ea (diff)
downloadopenbmc-ee6f5e828789805e0e037f872bffda9c05b9fcb5.tar.xz
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 <msbarth@us.ibm.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/recipes-phosphor/fans/phosphor-fan-monitor-config/p10bmc/rainier-2u/config.json48
1 files changed, 24 insertions, 24 deletions
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
}
]
}