[PATCH 0/2] Add support for AD3536R DAC

Kim Seer Paller posted 2 patches 2 weeks, 2 days ago
.../devicetree/bindings/iio/dac/adi,ad3530r.yaml    | 15 ++++++++-------
drivers/iio/dac/Kconfig                             |  1 +
drivers/iio/dac/ad3530r.c                           | 21 +++++++++++++++++++++
3 files changed, 30 insertions(+), 7 deletions(-)
[PATCH 0/2] Add support for AD3536R DAC
Posted by Kim Seer Paller 2 weeks, 2 days ago
The AD3536R is a 16-channel, 12-bit, buffered voltage output DAC with an
on-chip 2.5V reference. It is the 12-bit variant of the AD3532R and
shares the same register map, so support is folded into the existing
ad3530r driver.

This series:
 - adds the compatible string to the ad3530r binding
 - adds an ad3530r driver chip_info entry and SPI/OF ID table entries

Datasheet:
https://www.analog.com/media/en/technical-documentation/data-sheets/ad3532r.pdf

Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>
---
Kim Seer Paller (2):
      dt-bindings: iio: dac: ad3530r: add AD3536R
      iio: dac: ad3530r: add support for AD3536R

 .../devicetree/bindings/iio/dac/adi,ad3530r.yaml    | 15 ++++++++-------
 drivers/iio/dac/Kconfig                             |  1 +
 drivers/iio/dac/ad3530r.c                           | 21 +++++++++++++++++++++
 3 files changed, 30 insertions(+), 7 deletions(-)
---
base-commit: 42a9b823307844dc9f496df67d11ec3691317c67
change-id: 20260909-iio-ad3536r-upstream-869cf331e140

Best regards,
--  
Kim Seer Paller <kimseer.paller@analog.com>
Re: [PATCH 0/2] Add support for AD3536R DAC
Posted by Jonathan Cameron 1 week, 4 days ago
On Wed, 9 Sep 2026 14:19:08 +0800
Kim Seer Paller <kimseer.paller@analog.com> wrote:

> The AD3536R is a 16-channel, 12-bit, buffered voltage output DAC with an
> on-chip 2.5V reference. It is the 12-bit variant of the AD3532R and
> shares the same register map, so support is folded into the existing
> ad3530r driver.
> 
> This series:
>  - adds the compatible string to the ad3530r binding
>  - adds an ad3530r driver chip_info entry and SPI/OF ID table entries
> 
> Datasheet:
> https://www.analog.com/media/en/technical-documentation/data-sheets/ad3532r.pdf
> 
> Signed-off-by: Kim Seer Paller <kimseer.paller@analog.com>

Applied to the testing branch of iio.git so the bots can give it a shake.

I took the link above and added that as a datasheet tag on patch 2.

Thanks,

Jonathan

> ---
> Kim Seer Paller (2):
>       dt-bindings: iio: dac: ad3530r: add AD3536R
>       iio: dac: ad3530r: add support for AD3536R
> 
>  .../devicetree/bindings/iio/dac/adi,ad3530r.yaml    | 15 ++++++++-------
>  drivers/iio/dac/Kconfig                             |  1 +
>  drivers/iio/dac/ad3530r.c                           | 21 +++++++++++++++++++++
>  3 files changed, 30 insertions(+), 7 deletions(-)
> ---
> base-commit: 42a9b823307844dc9f496df67d11ec3691317c67
> change-id: 20260909-iio-ad3536r-upstream-869cf331e140
> 
> Best regards,
> --  
> Kim Seer Paller <kimseer.paller@analog.com>
>