@@ -19,6 +19,14 @@ Supported chips:
19
19
20
20
Datasheet: www.analog.com/static/imported-files/data_sheets/ADM1272.pdf
21
21
22
+ * Analog Devices ADM1273
23
+
24
+ Prefix: 'adm1273'
25
+
26
+ Addresses scanned: -
27
+
28
+ Datasheet: Not yet publicly available
29
+
22
30
* Analog Devices ADM1275
23
31
24
32
Prefix: 'adm1275'
@@ -66,14 +74,14 @@ Description
66
74
-----------
67
75
68
76
This driver supports hardware monitoring for Analog Devices ADM1075, ADM1272,
69
- ADM1275, ADM1276, ADM1278, ADM1281, ADM1293, and ADM1294 Hot-Swap Controller and
70
- Digital Power Monitors.
77
+ ADM1273, ADM1275, ADM1276, ADM1278, ADM1281, ADM1293, and ADM1294 Hot-Swap
78
+ Controller and Digital Power Monitors.
71
79
72
- ADM1075, ADM1272, ADM1275, ADM1276, ADM1278, ADM1281, ADM1293, and ADM1294 are hot-swap
73
- controllers that allow a circuit board to be removed from or inserted into
74
- a live backplane. They also feature current and voltage readback via an
75
- integrated 12 bit analog-to-digital converter (ADC), accessed using a
76
- PMBus interface.
80
+ ADM1075, ADM1272, ADM1273, ADM1275, ADM1276, ADM1278, ADM1281, ADM1293, and
81
+ ADM1294 are hot-swap controllers that allow a circuit board to be removed from
82
+ or inserted into a live backplane. They also feature current and voltage
83
+ readback via an integrated 12 bit analog-to-digital converter (ADC), accessed
84
+ using a PMBus interface.
77
85
78
86
The driver is a client driver to the core PMBus driver. Please see
79
87
Documentation/hwmon/pmbus.rst for details on PMBus client drivers.
@@ -141,7 +149,7 @@ power1_input_highest Highest observed input power.
141
149
power1_reset_history Write any value to reset history.
142
150
143
151
Power attributes are supported on ADM1075, ADM1272,
144
- ADM1276, ADM1293, and ADM1294.
152
+ ADM1273, ADM1276, ADM1293, and ADM1294.
145
153
146
154
temp1_input Chip temperature.
147
155
temp1_max Maximum chip temperature.
@@ -151,6 +159,6 @@ temp1_crit_alarm Critical temperature high alarm.
151
159
temp1_highest Highest observed temperature.
152
160
temp1_reset_history Write any value to reset history.
153
161
154
- Temperature attributes are supported on ADM1272 and
155
- ADM1278, and ADM1281.
162
+ Temperature attributes are supported on ADM1272,
163
+ ADM1273, ADM1278, and ADM1281.
156
164
======================= =======================================================
0 commit comments