commit | 944c1f860546c322e3120bd7f89c7b6b178f7dc2 | [log] [tgz] |
---|---|---|
author | George Hung <george.hung@quantatw.com> | Wed Oct 07 20:35:02 2020 +0800 |
committer | Andrew Geissler <geissonator@yahoo.com> | Fri Oct 09 08:25:07 2020 -0500 |
tree | 9a4312b2d41a76eeac43da7550b7e316462e696e | |
parent | 0643f1a8380d162603e26043a7c64773e45bc7b1 [diff] |
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>
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 580eeec..79397b0 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 @@ 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"