adt7475.rst (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) adt7475.rst (62c11e461c7b669e8d42c0e49c8193a5e14d002a)
1Kernel driver adt7475
2=====================
3
4Supported chips:
5
6 * Analog Devices ADT7473
7
8 Prefix: 'adt7473'

--- 76 unchanged lines hidden (view full) ---

85 * 2 voltage inputs
86
87ADT7476:
88 * 5 voltage inputs
89 * VID support
90
91ADT7490:
92 * 6 voltage inputs
1Kernel driver adt7475
2=====================
3
4Supported chips:
5
6 * Analog Devices ADT7473
7
8 Prefix: 'adt7473'

--- 76 unchanged lines hidden (view full) ---

85 * 2 voltage inputs
86
87ADT7476:
88 * 5 voltage inputs
89 * VID support
90
91ADT7490:
92 * 6 voltage inputs
93 * 1 Imon input (not implemented)
93 * 1 Imon input
94 * PECI support (not implemented)
95 * 2 GPIO pins (not implemented)
96 * system acoustics optimizations (not implemented)
97
98Sysfs Mapping
99-------------
100
101==== =========== =========== ========= ==========
102in ADT7490 ADT7476 ADT7475 ADT7473
103==== =========== =========== ========= ==========
104in0 2.5VIN (22) 2.5VIN (22) - -
105in1 VCCP (23) VCCP (23) VCCP (14) VCCP (14)
106in2 VCC (4) VCC (4) VCC (4) VCC (3)
107in3 5VIN (20) 5VIN (20)
108in4 12VIN (21) 12VIN (21)
109in5 VTT (8)
94 * PECI support (not implemented)
95 * 2 GPIO pins (not implemented)
96 * system acoustics optimizations (not implemented)
97
98Sysfs Mapping
99-------------
100
101==== =========== =========== ========= ==========
102in ADT7490 ADT7476 ADT7475 ADT7473
103==== =========== =========== ========= ==========
104in0 2.5VIN (22) 2.5VIN (22) - -
105in1 VCCP (23) VCCP (23) VCCP (14) VCCP (14)
106in2 VCC (4) VCC (4) VCC (4) VCC (3)
107in3 5VIN (20) 5VIN (20)
108in4 12VIN (21) 12VIN (21)
109in5 VTT (8)
110in6 Imon (19)
110==== =========== =========== ========= ==========
111
112Special Features
113----------------
114
115The ADT747x has a 10-bit ADC and can therefore measure temperatures
116with a resolution of 0.25 degree Celsius. Temperature readings can be
117configured either for two's complement format or "Offset 64" format,

--- 39 unchanged lines hidden ---
111==== =========== =========== ========= ==========
112
113Special Features
114----------------
115
116The ADT747x has a 10-bit ADC and can therefore measure temperatures
117with a resolution of 0.25 degree Celsius. Temperature readings can be
118configured either for two's complement format or "Offset 64" format,

--- 39 unchanged lines hidden ---