From 0532c8582066bacb78fb52bd2452d164f65803b5 Mon Sep 17 00:00:00 2001 From: George Hung Date: Thu, 15 Oct 2020 20:25:24 +0800 Subject: 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 Change-Id: I5f6ae87d50dd8883564c2a9084833983ea94aa66 Signed-off-by: Andrew Geissler --- .../meta-gbs/recipes-phosphor/fans/phosphor-pid-control/config.json | 4 ++-- .../meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'meta-quanta') 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 } }, -- cgit v1.2.3