Re: [PATCH v7 08/12] iio: adc: ad7768-1: add multiple scan types to support 16-bits mode

From: David Lechner
Date: Thu May 08 2025 - 14:05:07 EST


On 5/8/25 12:04 PM, Jonathan Santos wrote:
> When the device is configured to decimation x8, only possible in the
> sinc5 filter, output data is reduced to 16-bits in order to support
> 1 MHz of sampling frequency due to clock limitation.
>
> Use multiple scan types feature to enable the driver to switch
> scan type at runtime, making it possible to support both 24-bit and
> 16-bit resolution.
>
> Reviewed-by: Marcelo Schmitt <marcelo.schmitt@xxxxxxxxxx>
> Reviewed-by: David Lechner <dlechner@xxxxxxxxxxx>

Typo in my email: baylibre.com

> Signed-off-by: Jonathan Santos <Jonathan.Santos@xxxxxxxxxx>
> ---