|
131 | 131 | #define AD3552R_CH1_ACTIVE BIT(1)
|
132 | 132 |
|
133 | 133 | #define AD3552R_MAX_RANGES 5
|
134 |
| -#define AD3542R_MAX_RANGES 6 |
| 134 | +#define AD3542R_MAX_RANGES 5 |
135 | 135 | #define AD3552R_QUAD_SPI 2
|
136 | 136 |
|
137 | 137 | extern const s32 ad3552r_ch_ranges[AD3552R_MAX_RANGES][2];
|
@@ -189,16 +189,14 @@ enum ad3552r_ch_vref_select {
|
189 | 189 | enum ad3542r_ch_output_range {
|
190 | 190 | /* Range from 0 V to 2.5 V. Requires Rfb1x connection */
|
191 | 191 | AD3542R_CH_OUTPUT_RANGE_0__2P5V,
|
192 |
| - /* Range from 0 V to 3 V. Requires Rfb1x connection */ |
193 |
| - AD3542R_CH_OUTPUT_RANGE_0__3V, |
194 | 192 | /* Range from 0 V to 5 V. Requires Rfb1x connection */
|
195 | 193 | AD3542R_CH_OUTPUT_RANGE_0__5V,
|
196 | 194 | /* Range from 0 V to 10 V. Requires Rfb2x connection */
|
197 | 195 | AD3542R_CH_OUTPUT_RANGE_0__10V,
|
198 |
| - /* Range from -2.5 V to 7.5 V. Requires Rfb2x connection */ |
199 |
| - AD3542R_CH_OUTPUT_RANGE_NEG_2P5__7P5V, |
200 | 196 | /* Range from -5 V to 5 V. Requires Rfb2x connection */
|
201 | 197 | AD3542R_CH_OUTPUT_RANGE_NEG_5__5V,
|
| 198 | + /* Range from -2.5 V to 7.5 V. Requires Rfb2x connection */ |
| 199 | + AD3542R_CH_OUTPUT_RANGE_NEG_2P5__7P5V, |
202 | 200 | };
|
203 | 201 |
|
204 | 202 | enum ad3552r_ch_output_range {
|
|
0 commit comments