Re: [PATCH 3/4] iio: dac: ad5686: extend device support with new parts

From: Jonathan Cameron

Date: Sun Jul 19 2026 - 17:44:17 EST


On Sun, 19 Jul 2026 10:51:59 +0100
Rodrigo Alencar via B4 Relay <devnull+rodrigo.alencar.analog.com@xxxxxxxxxx> wrote:

> From: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
>
> Add support for AD5313R, AD5317R, AD5674, AD5679, AD5687, AD5687R, AD5689,
> AD5689R to the AD5686 SPI driver. Also adding support for AD5316R, AD5675,
> AD5697R to the AD5696 I2C driver. AD5673R and AD5677R were missing from
> the of_match table.

Given I'm asking for a v2 anyway, please break out the missing of_match
table entries as a precursor.

> This includes the creation of seven chip info struct
> instances and reuse of existing ones.
>
> Signed-off-by: Rodrigo Alencar <rodrigo.alencar@xxxxxxxxxx>
Thanks,

Jonathan