summaryrefslogtreecommitdiff
path: root/configs/SuperMicro
diff options
context:
space:
mode:
authorLech Perczak <lech.perczak@gmail.com>2019-06-23 23:53:07 +0200
committerLech Perczak <lech.perczak@gmail.com>2019-06-23 23:57:23 +0200
commitf371624531602f0715cb567c9dc46c79ba3c1f0a (patch)
tree46d4c711009bafef5267bfe9091d9043e1933998 /configs/SuperMicro
parent2c8cca3d6cd60121b401734c1a24cfec7daed4fc (diff)
downloadlm-sensors-git-f371624531602f0715cb567c9dc46c79ba3c1f0a.tar.gz
configs: fix Supermicro X7DCL VTT limits
According to: "Quad-Core IntelĀ® Xeon(R) Processor 5400 Series Electrical Specifications" (table 2-12), FSB termination voltage of the CPUs (VTT) is 1.1V +/-5%. Initial configuration set it to 1.2V - fix that. Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Diffstat (limited to 'configs/SuperMicro')
-rw-r--r--configs/SuperMicro/X7DCL.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/SuperMicro/X7DCL.conf b/configs/SuperMicro/X7DCL.conf
index f22c9b87..b751afa9 100644
--- a/configs/SuperMicro/X7DCL.conf
+++ b/configs/SuperMicro/X7DCL.conf
@@ -5,10 +5,10 @@ chip "w83793-i2c-0-2f"
label in0 "CPU Core 1"
# 0x11, CPU Core 2
label in1 "CPU Core 2"
-# 0x12 VTT=1.2V in BIOS ?
+# 0x12 VTT=1.1V in BIOS
label in2 "VTT"
- set in2_min 1.2*0.95
- set in2_max 1.2*1.05
+ set in2_min 1.1*0.95
+ set in2_max 1.1*1.05
# 0x14, -12V
label in3 "-12V"
compute in3 (((@/8)*18500)/256)-16, (((@+16)*256)/18500)*8