summaryrefslogtreecommitdiff
path: root/configs/Gigabyte
diff options
context:
space:
mode:
authorHannes Haberl <hannes.haberl@student.tugraz.at>2018-08-05 17:22:07 +0200
committerGuenter Roeck <linux@roeck-us.net>2018-08-07 10:08:39 -0700
commite77fe8c59e1b7827634ab87a00b56565021662a2 (patch)
treea80b8a1192b46bf01c143554f2c5c4c5e72d7bce /configs/Gigabyte
parent71005a00a2ffbcc81d5ebde01f36dbacd86593d8 (diff)
downloadlm-sensors-git-e77fe8c59e1b7827634ab87a00b56565021662a2.tar.gz
Fix voltage limits, correct motherboard name
Diffstat (limited to 'configs/Gigabyte')
-rw-r--r--configs/Gigabyte/GA-AX370M-DS3H.conf (renamed from configs/Gigabyte/GA-AX370-DS3H.conf)24
1 files changed, 16 insertions, 8 deletions
diff --git a/configs/Gigabyte/GA-AX370-DS3H.conf b/configs/Gigabyte/GA-AX370M-DS3H.conf
index 548977b2..94841c81 100644
--- a/configs/Gigabyte/GA-AX370-DS3H.conf
+++ b/configs/Gigabyte/GA-AX370M-DS3H.conf
@@ -25,15 +25,23 @@ chip "it8686-isa-0a40"
label fan2 "SYS_FAN1"
compute temp3 @+2,@+2
- compute in1 @*1.65,@*1.65
- compute in2 @*6,@*6
- compute in3 @*2.5,@*2.5
+ compute in1 @ * (33/20), @ / (33/20)
+ compute in2 @ * (120/20), @ / (120/20)
+ compute in3 @ * (50/20), @ / (50/20)
- set in0_min 0.35
+ set in0_min 0.20
set in0_max 1.45
- set in2_min 1.97
- set in2_max 2.05
- set in6_min 1.2 * 0.97
- set in6_max 1.2 * 1.2
+
+ set in1_min 3.3 * 0.97
+ set in1_max 3.3 * 1.03
+ set in2_min 12 * 0.97
+ set in2_max 12 * 1.03
+ set in3_min 5 * 0.97
+ set in3_max 5 * 1.03
+
+ set in4_min 1.00
+ set in4_max 1.35
+ set in6_min 1.15
+ set in6_max 1.5
set in7_min 3.3 * 0.97
set in7_max 3.3 * 1.05