[PATCH 0/2] Add AHT20 sensor bindings and fix driver initialization
From: Hao Yu
Date: Sun Feb 22 2026 - 05:58:44 EST
This patch series adds device tree binding documentation for the
Aosong AHT10/AHT20 series sensors and fixes
initialization issues in the driver.
The AHT20 sensor was tested on rk3566_lckfb board with I2C-2 port.
Temperature and humidity readings are now accurate after fixing
the initialization command sequence with aht20.
Patch 1/2: Add device tree binding documentation for AHT10 series
Patch 2/2: Fix driver initialization commands and add DT support
Hao Yu (2):
dt-bindings: hwmon: add aosong,aht10 family
hwmon: (aht10) Fix initialization commands and add DT support
.../bindings/hwmon/aosong,aht10.yaml | 41 +++++++++++++++++++
drivers/hwmon/aht10.c | 16 +++++++-
2 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/hwmon/aosong,aht10.yaml
--
2.34.1