[PATCH 0/3] iio: adc: add LTC2499 features support
From: Andrei Stancovici
Date: Wed Aug 05 2026 - 05:48:38 EST
This series adds LTC2499 support on top of the existing LTC2497 driver.
It includes:
- a small binding title correction for LTC2499,
- the LTC2499 internal temperature channel,
- the LTC2499 2x conversion speed mode exposed via sampling_frequency.
Validation performed on Raspberry Pi 4 hardware with an DC1012A-A board:
- temperature raw/scale/offset read correctly,
- voltage channels remain sane after temperature reads,
- sampling_frequency 1x/2x switching works,
- pyadi-iio LTC2499 validation passed.
Andrei Stancovici (3):
dt-bindings: iio: adc: lltc,ltc2497: add LTC2499 to title
iio: adc: ltc2497: add LTC2499 internal temperature channel
iio: adc: ltc2497: add 2x conversion speed mode
.../bindings/iio/adc/lltc,ltc2497.yaml | 2 +-
drivers/iio/adc/ltc2497-core.c | 221 +++++++++++++++++-
drivers/iio/adc/ltc2497.c | 37 +++
drivers/iio/adc/ltc2497.h | 36 ++-
4 files changed, 284 insertions(+), 12 deletions(-)
--
2.43.0