|
128 | 128 | #define AD3552R_LDAC_PULSE_US 100
|
129 | 129 |
|
130 | 130 | #define AD3552R_MAX_RANGES 5
|
131 |
| -#define AD3542R_MAX_RANGES 6 |
| 131 | +#define AD3542R_MAX_RANGES 5 |
| 132 | +#define AD3552R_QUAD_SPI 2 |
132 | 133 |
|
133 | 134 | extern const s32 ad3552r_ch_ranges[AD3552R_MAX_RANGES][2];
|
134 | 135 | extern const s32 ad3542r_ch_ranges[AD3542R_MAX_RANGES][2];
|
@@ -185,16 +186,14 @@ enum ad3552r_ch_vref_select {
|
185 | 186 | enum ad3542r_ch_output_range {
|
186 | 187 | /* Range from 0 V to 2.5 V. Requires Rfb1x connection */
|
187 | 188 | AD3542R_CH_OUTPUT_RANGE_0__2P5V,
|
188 |
| - /* Range from 0 V to 3 V. Requires Rfb1x connection */ |
189 |
| - AD3542R_CH_OUTPUT_RANGE_0__3V, |
190 | 189 | /* Range from 0 V to 5 V. Requires Rfb1x connection */
|
191 | 190 | AD3542R_CH_OUTPUT_RANGE_0__5V,
|
192 | 191 | /* Range from 0 V to 10 V. Requires Rfb2x connection */
|
193 | 192 | AD3542R_CH_OUTPUT_RANGE_0__10V,
|
194 |
| - /* Range from -2.5 V to 7.5 V. Requires Rfb2x connection */ |
195 |
| - AD3542R_CH_OUTPUT_RANGE_NEG_2P5__7P5V, |
196 | 193 | /* Range from -5 V to 5 V. Requires Rfb2x connection */
|
197 | 194 | AD3542R_CH_OUTPUT_RANGE_NEG_5__5V,
|
| 195 | + /* Range from -2.5 V to 7.5 V. Requires Rfb2x connection */ |
| 196 | + AD3542R_CH_OUTPUT_RANGE_NEG_2P5__7P5V, |
198 | 197 | };
|
199 | 198 |
|
200 | 199 | enum ad3552r_ch_output_range {
|
|
0 commit comments