[PATCH v3 0/2] add support for Aosong AM2320
From: Nicolás Antinori
Date: Fri Aug 14 2026 - 13:55:08 EST
The AM2320 is fully compatible with the AM2315 sensor in terms of I2C
communication protocol and measurement conversions.
This patch series adds am2320 to the i2c_device_id table, creates
of_device_id table and adds both am2315 and am2320 to
trivial-devices.yml dt bindings.
v3:
- Added "aosong,am2315" and "aosong,am2320" to trivial-devices.yml.
- Added of_device_id table.
- Replaced using a constant for driver's name with chip_info struct.
- Separated code changes and dt-bindings changes in two commits.
v2: Link [2]
- Generalized KConfig description text.
v1: Link [1]
[1] https://lore.kernel.org/all/20260805183733.1000550-1-nico.antinori.7@xxxxxxxxx/T/#u
[2] https://lore.kernel.org/all/20260810183337.451812-1-nico.antinori.7@xxxxxxxxx/T/#u
Nicolás Antinori (2):
dt-bindings: trivial-devices: add Aosong AM2315 and AM2320 chips
iio: humidity: am2315: add support for am2320
.../devicetree/bindings/trivial-devices.yaml | 2 ++
drivers/iio/humidity/Kconfig | 8 +++--
drivers/iio/humidity/am2315.c | 34 ++++++++++++++++---
3 files changed, 36 insertions(+), 8 deletions(-)
--
2.47.3