Re: [PATCH v2 7/7] iio: adc: Add ti-ads1263-adc2 driver
From: David Lechner
Date: Sun Jun 28 2026 - 13:23:18 EST
On 6/28/26 12:36 AM, Kurt Borja wrote:
> The TI ADS1263 embeds a second 24-bit delta-sigma ADC (ADC2) with its
> own input mux, reference, gain and sample-rate selection.
>
> Model ADC2 as a separate IIO device on the auxiliary bus: the ti-ads1262
> SPI driver instantiates the auxiliary device and exports a small set of
> TI_ADS1262-namespaced helpers for the conversion and register accesses
> that must go through the shared bus. ADC2 channels are derived from the
> parent's configured channels.
>
Can these just be additional channels in the main iio device rather
than a separate iio device?