[PATCH 0/2] Add support for AD4113
From: Dumitru Ceclan
Date: Wed Aug 07 2024 - 10:59:42 EST
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@xxxxxxxxxx>
---
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,
--
Dumitru Ceclan <dumitru.ceclan@xxxxxxxxxx>