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

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: I0e1cb70c0b71ab42f1d4b0a4c3506f1fe52610d7
diff --git a/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf b/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-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@89000/i2c-switch@71/i2c@0/vrm@60.conf
+++ b/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"