summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-05-31 13:00:00 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-06-02 03:29:16 +0300
commit5093725d06fc45a8191f10851b396ba49a9d087b (patch)
tree89d9e2eec1eea1886a421cdb29028b952d9558ed /meta-quanta
parentc4dbaacd1d59d99ff7313152a8ffb738ab6036fc (diff)
downloadopenbmc-5093725d06fc45a8191f10851b396ba49a9d087b.tar.xz
meta-quanta: gbs: update p12v_fan input/output current threshold
Since the VR may report negative current to BMC with light loading, fine tune p12v_fan input/output current lower threshold to -1 Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I90c133d8ca5b9e399337fbe82472e5ed78e457a6
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5d.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@8c000/vrm@5d.conf b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5d.conf
index 427cdabe0..3627aecac 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5d.conf
+++ b/meta-quanta/meta-gbs/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@8c000/vrm@5d.conf
@@ -22,9 +22,9 @@ PWRONMON_in2 = "ON"
LABEL_curr1 = "p12v_fan_in"
CRITHI_curr1 = "30000"
-CRITLO_curr1 = "0"
+CRITLO_curr1 = "-1000"
WARNHI_curr1 = "30000"
-WARNLO_curr1 = "0"
+WARNLO_curr1 = "-1000"
MINVALUE_curr1 = "0"
MAXVALUE_curr1 = "35"
# READ_Iin is direct value*0.5
@@ -33,9 +33,9 @@ PWRONMON_curr1 = "ON"
LABEL_curr2 = "p12v_fan_out"
CRITHI_curr2 = "100000"
-CRITLO_curr2 = "0"
+CRITLO_curr2 = "-1000"
WARNHI_curr2 = "100000"
-WARNLO_curr2 = "0"
+WARNLO_curr2 = "-1000"
MINVALUE_curr2 = "0"
MAXVALUE_curr2 = "150"
PWRONMON_curr2 = "ON"