public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add AHT20 sensor bindings and fix driver initialization
@ 2026-02-22 10:58 Hao Yu
  2026-02-22 10:58 ` [PATCH 1/2] dt-bindings: hwmon: add aosong,aht10 family Hao Yu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Hao Yu @ 2026-02-22 10:58 UTC (permalink / raw)
  To: linux, robh, krzk+dt, conor+dt
  Cc: jcdra1, akhilesh, linux-hwmon, devicetree, linux-kernel, Hao Yu

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2026-02-24 15:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-22 10:58 [PATCH 0/2] Add AHT20 sensor bindings and fix driver initialization Hao Yu
2026-02-22 10:58 ` [PATCH 1/2] dt-bindings: hwmon: add aosong,aht10 family Hao Yu
2026-02-22 10:58 ` [PATCH 2/2] hwmon: (aht10) Fix initialization commands and add DT support Hao Yu
2026-02-22 15:44   ` Guenter Roeck
2026-02-22 15:46   ` Guenter Roeck
2026-02-23 17:38 ` [PATCH v3 0/2] hwmon: aht10: add Device Tree support Hao Yu
2026-02-23 17:38 ` [PATCH v3 1/2] dt-bindings: hwmon: add Aosong AHT10/AHT20/DHT20 to trivial devices Hao Yu
2026-02-23 17:46   ` Krzysztof Kozlowski
2026-02-24 15:33   ` Guenter Roeck
2026-02-23 17:38 ` [PATCH v3 2/2] hwmon: (aht10) add device tree ID matching Hao Yu
2026-02-24 15:33   ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox