summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-10-15 15:25:24 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-16 17:48:27 +0300
commit0532c8582066bacb78fb52bd2452d164f65803b5 (patch)
treefbeb31d8e34b5fc4e78c0adbf259e8191e7d43cf
parent9058879ea9b0e839f4bea60eddf50794ce112e88 (diff)
downloadopenbmc-0532c8582066bacb78fb52bd2452d164f65803b5.tar.xz
meta-quanta: gbs: update thermal config to R02
1. update the Ki for cputemp 2. update the target temp offset for cputemp (From meta-quanta rev: cd759de50c46b900255d5da4a5b4d03d322e8458) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I5f6ae87d50dd8883564c2a9084833983ea94aa66 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json4
-rw-r--r--meta-quanta/meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json b/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json
index 5a4cd1b23..7c817d420 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json
+++ b/meta-quanta/meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json
@@ -1,5 +1,5 @@
{
- "version" : "R01",
+ "version" : "R02",
"sensors" : [
{
"name": "fan0",
@@ -154,7 +154,7 @@
"pid": {
"samplePeriod": 1.0,
"proportionalCoeff": 714.0,
- "integralCoeff": 18.0,
+ "integralCoeff": 9.0,
"feedFwdOffsetCoeff": 0.0,
"feedFwdGainCoeff": 0.0,
"integralLimit_min": 1786.0,
diff --git a/meta-quanta/meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json b/meta-quanta/meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json
index 36ed8a0e7..5ff103dc6 100644
--- a/meta-quanta/meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json
+++ b/meta-quanta/meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json
@@ -11,7 +11,7 @@
"path": "",
"sysLabel": "",
"targetTemp": -1,
- "targetTempOffset": -10000,
+ "targetTempOffset": -13000,
"scalar": 1.0
}
},