[PATCH 0/2] iio: dac: ltc2632: add support for LTC2654 DAC family
From: David Marinović
Date: Tue Mar 10 2026 - 12:08:39 EST
This patch series adds support for the Linear Technology LTC2654
quad DAC family to the existing ltc2632 driver.
The LTC2654 shares the same 24-bit SPI protocol as the existing
LTC2632/2634/2636 devices, requiring minimal additions to the
driver.
The LTC2654L-16 variant has been tested on a Phytec phyCORE-STM32MP1
board with the DAC connected via SPI1. The driver probes successfully
and all 4 channels are accessible via the IIO sysfs interface.
Patch 1 adds the driver support.
Patch 2 updates the DT bindings documentation.
David Marinovic (2):
iio: dac: ltc2632: add support for LTC2654 DAC family
dt-bindings: iio: dac: ltc2632: add LTC2654 compatible strings
Signed-off-by: David Marinovic <david.marinovic@xxxxxxxx>