summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-10-07 15:35:02 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-09 16:25:07 +0300
commit944c1f860546c322e3120bd7f89c7b6b178f7dc2 (patch)
tree9a4312b2d41a76eeac43da7550b7e316462e696e /meta-quanta
parent0643f1a8380d162603e26043a7c64773e45bc7b1 (diff)
downloadopenbmc-944c1f860546c322e3120bd7f89c7b6b178f7dc2.tar.xz
meta-quanta: gbs: filter out vddcr_cpu_in/out current noise value
Set threshold to filter out the negative noise value reported from the VR sometimes (From meta-quanta rev: 6a7ec660d02d63631a71b0bb1a13f00a55e93603) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Id9f88bae0af56c99ab9528f7dd7d69cb4baa4a44 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf
index 580eeecf8..79397b06c 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf
@@ -20,18 +20,18 @@ PWRONMON_in2 = "ON"
LABEL_curr1 = "vddcr_cpu_in"
CRITHI_curr1 = "21250"
-CRITLO_curr1 = "0"
+CRITLO_curr1 = "-4000"
WARNHI_curr1 = "21250"
-WARNLO_curr1 = "0"
+WARNLO_curr1 = "-4000"
MINVALUE_curr1 = "0"
MAXVALUE_curr1 = "22"
PWRONMON_curr1 = "ON"
LABEL_curr2 = "vddcr_cpu_out"
CRITHI_curr2 = "255000"
-CRITLO_curr2 = "0"
+CRITLO_curr2 = "-50000"
WARNHI_curr2 = "255000"
-WARNLO_curr2 = "0"
+WARNLO_curr2 = "-50000"
MINVALUE_curr2 = "0"
MAXVALUE_curr2 = "256"
PWRONMON_curr2 = "ON"