summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorjschwender <joachim.schwender@web.de>2018-01-14 18:25:00 +0100
committerGuenter Roeck <linux@roeck-us.net>2018-01-14 10:12:40 -0800
commit7342edf5dc7f40294f88598d874f9763b9943a1e (patch)
tree7c5a604cbf7c65fed6e9bc476094b740e9fc16fc /configs
parentff6da04058572ee25b651d5157c469894563b92c (diff)
downloadlm-sensors-git-7342edf5dc7f40294f88598d874f9763b9943a1e.tar.gz
configs: Add entry for ASUS Q1900-ITX
Best effort values. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'configs')
-rw-r--r--configs/Asus/Q1900-ITX38
1 files changed, 38 insertions, 0 deletions
diff --git a/configs/Asus/Q1900-ITX b/configs/Asus/Q1900-ITX
new file mode 100644
index 00000000..92f71fcb
--- /dev/null
+++ b/configs/Asus/Q1900-ITX
@@ -0,0 +1,38 @@
+# Q1900 ITX Motherboard with a intel DTS Sensor, ITX format
+# 2018, by J. Schwender
+# dmi: Q1900-ITX
+# driver: nct6775
+#
+chip "soc_dts0-virtual-*"
+ label temp1 "DTS 1"
+
+chip "soc_dts1-virtual-*"
+ label temp1 "DTS 2"
+
+# ACPI thermal zone:
+chip "acpitz-virtual-*"
+ label temp1 "CPU Socket"
+
+# ADC has 8 mV conversion steps
+chip "nct6776-isa-*"
+ label fan1 "System fan"
+ ignore fan2
+ ignore fan3
+ ignore in4 # not shown in BIOS
+ ignore in6 # not shown in BIOS
+ ignore intrusion0
+ ignore intrusion1
+ ignore PCH_CHIP_TEMP
+# BIOS shows 24 mV steps in Readout for +5 V
+ label in5 "+5 V"
+ set in5_min 5 * 0.95
+ set in5_max 5 * 1.05
+ compute in5 @*3.00,@/3.00
+# BIOS shows 53 mV steps for 12 V
+ label in1 "+12 V"
+ set in1_min 12 * 0.95
+ set in1_max 12 * 1.05
+ compute in1 @*6.625,@/6.625
+
+ set in2_min 3.3 * 0.95
+ set in2_max 3.3 * 1.05