We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6eded commit b04e455Copy full SHA for b04e455
drivers/iio/adc/ad7380.c
@@ -873,6 +873,7 @@ static const struct ad7380_chip_info adaq4381_4_chip_info = {
873
.has_hardware_gain = true,
874
.available_scan_masks = ad7380_4_channel_scan_masks,
875
.timing_specs = &ad7380_4_timing,
876
+ .max_conversion_rate_hz = 4 * MEGA,
877
};
878
879
static const struct spi_offload_config ad7380_offload_config = {
0 commit comments