summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-12-07 12:20:06 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-12-10 01:37:55 +0300
commit9bfd422763f5d5d05da5fbd69deca170af4109c7 (patch)
tree6c0b2a107019fbc2659afd264e9a186745f4a82f /meta-quanta/meta-gbs/recipes-quanta
parentf5a72daa5d11cb78f082c2df7ca4a2d62c67a444 (diff)
downloadopenbmc-9bfd422763f5d5d05da5fbd69deca170af4109c7.tar.xz
meta-quanta: gbs: update thermal config to R03
1. Fan LCT = 3330 RPM 2. Minimum fan duty = 15% 3. NVMe Kp=1250,Ki=12 (From meta-quanta rev: b6ba0ea2d0007b1db640ea9d15d171ab7d79938e) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I541dce79aab0b6dc48964cfb0657c19f13f9520f Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-quanta/fans/read-margin-temp/config-margin.json36
1 files changed, 32 insertions, 4 deletions
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 5ff103dc66..c4bdbdddd7 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
@@ -369,25 +369,53 @@
"id": 0,
"zoneSetpoint": 10000,
"target": "/xyz/openbmc_project/extsensors/margin/cputemp",
- "components": ["cputemp"]
+ "components": [
+ "cputemp"
+ ]
},
{
"id": 1,
"zoneSetpoint": 10000,
"target": "/xyz/openbmc_project/extsensors/margin/zone0_vr",
- "components": ["vddcr_cpu", "vddcr_soc", "vddio_abcd", "vddio_efgh", "p12v_mobo", "powerseq_temp"]
+ "components": [
+ "vddcr_cpu",
+ "vddcr_soc",
+ "vddio_abcd",
+ "vddio_efgh",
+ "p12v_mobo",
+ "powerseq_temp"
+ ]
},
{
"id": 2,
"zoneSetpoint": 10000,
"target": "/xyz/openbmc_project/extsensors/margin/nvme",
- "components": ["nvme0", "nvme1", "nvme2", "nvme3", "nvme4", "nvme5", "nvme6", "nvme7", "nvme8", "nvme9", "nvme10", "nvme11", "nvme12", "nvme13", "nvme14", "nvme15"]
+ "components": [
+ "nvme0",
+ "nvme1",
+ "nvme2",
+ "nvme3",
+ "nvme4",
+ "nvme5",
+ "nvme6",
+ "nvme7",
+ "nvme8",
+ "nvme9",
+ "nvme10",
+ "nvme11",
+ "nvme12",
+ "nvme13",
+ "nvme14",
+ "nvme15"
+ ]
},
{
"id": 3,
"zoneSetpoint": 10000,
"target": "/xyz/openbmc_project/extsensors/margin/p12v_fan",
- "components": ["p12v_fan"]
+ "components": [
+ "p12v_fan"
+ ]
}
]
}