mbox series

[0/2] Add support for AD4113

Message ID 20240807-ad4113-v1-0-2d338f702c7b@analog.com (mailing list archive)
Headers show
Series Add support for AD4113 | expand

Message

Ceclan, Dumitru Aug. 7, 2024, 2:58 p.m. UTC
This patch series adds support for the AD4113 ADC within the existing
AD7173 driver.

The AD4113 is a low power, low noise, 16-bit, Σ-Δ analog-to-digital
converter (ADC) that integrates an analog front end (AFE) for four
fully differential or eight single-ended inputs.

The part is not released yet and the documentation is not public.
Register map is identical to AD4114. Particularities of this model are
no temperature sensor and 8 VINx inputs.

Signed-off-by: Dumitru Ceclan <dumitru.ceclan@analog.com>
---
Dumitru Ceclan (2):
      dt-bindings: adc: ad7173: add support for ad4113
      iio: adc: ad7173: add support for ad4113

 .../devicetree/bindings/iio/adc/adi,ad7173.yaml    |  3 +++
 drivers/iio/adc/ad7173.c                           | 22 +++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)
---
base-commit: 1c61e13d7dc9003662bd7fd6064dfea67e64b014
change-id: 20240725-ad4113-baa63ff99245

Best regards,