From 944c1f860546c322e3120bd7f89c7b6b178f7dc2 Mon Sep 17 00:00:00 2001 From: George Hung Date: Wed, 7 Oct 2020 20:35:02 +0800 Subject: 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 Change-Id: Id9f88bae0af56c99ab9528f7dd7d69cb4baa4a44 Signed-off-by: Andrew Geissler --- .../obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta-quanta') 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" -- cgit v1.2.3