[PATCH v1 0/2] iio: adc: hx711: add HX710B support
From: Piyush Patle
Date: Sat Apr 18 2026 - 13:06:15 EST
Add support for the HX710B ADC, a variant of the HX711 with the same
GPIO interface but a different channel and gain model.
The first patch updates the devicetree binding to add the
`avia,hx710b` compatible and document the variant-specific behavior.
The second patch extends the driver with per-chip configuration, HX710B
channel selection through trailing pulse counts, and fixed-scale
handling for the variant.
Tested on PocketBeagle2 with an HX710B breakout module. The device
probed successfully and raw readings were stable.
Piyush Patle (2):
dt-bindings: iio: adc: avia-hx711: add avia,hx710b compatible
iio: adc: hx711: add support for HX710B
.../bindings/iio/adc/avia-hx711.yaml | 36 ++-
drivers/iio/adc/Kconfig | 9 +-
drivers/iio/adc/hx711.c | 222 ++++++++++++++----
3 files changed, 214 insertions(+), 53 deletions(-)
--
2.43.0