summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/fans
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-02-18 03:52:29 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-02-18 12:19:17 +0300
commit7e80652b59e3bda97583bb27d1427d65d7e3b4d2 (patch)
tree85ff2d88f6c3e8b8c952e898ef6e5d405dfc2556 /meta-quanta/meta-gbs/recipes-phosphor/fans
parenta52006f5cab2e03edc267fe0650f8cfe720c5a70 (diff)
downloadopenbmc-7e80652b59e3bda97583bb27d1427d65d7e3b4d2.tar.xz
meta-quanta: gbs: update thermal config to R04
Add the fleeting2 sensor for the hda temperature Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5dd3ebfcedc07df15677bacdf0f029e009213adf
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-phosphor/fans')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config-sku.json35
1 files changed, 34 insertions, 1 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config-sku.json b/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config-sku.json
index f2997efd0..e5040ca1c 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config-sku.json
+++ b/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config-sku.json
@@ -1,5 +1,5 @@
{
- "version": "R03",
+ "version": "R04",
"sensors": [
{
"name": "fan0",
@@ -62,6 +62,16 @@
"timeout": 0
},
{
+ "name": "fleeting2",
+ "type": "margin",
+ "readPath": "/xyz/openbmc_project/extsensors/margin/fleeting2",
+ "writePath": "",
+ "min": 0,
+ "max": 0,
+ "ignoreDbusMinMax": true,
+ "timeout": 0
+ },
+ {
"name": "cputemp",
"type": "margin",
"readPath": "/xyz/openbmc_project/extsensors/margin/cputemp",
@@ -241,6 +251,29 @@
"positiveHysteresis": 0.0,
"negativeHysteresis": 0.0
}
+ },
+ {
+ "name": "fleeting2",
+ "type": "margin",
+ "inputs": [
+ "fleeting2"
+ ],
+ "setpoint": 10.0,
+ "pid": {
+ "samplePeriod": 1.0,
+ "proportionalCoeff": 536.0,
+ "integralCoeff": 18.0,
+ "feedFwdOffsetCoeff": 0.0,
+ "feedFwdGainCoeff": 0.0,
+ "integralLimit_min": 2679.0,
+ "integralLimit_max": 18000.0,
+ "outLim_min": 2679.0,
+ "outLim_max": 18000.0,
+ "slewNeg": 0.0,
+ "slewPos": 0.0,
+ "positiveHysteresis": 0.0,
+ "negativeHysteresis": 0.0
+ }
}
]
},