Re: [PATCH v3 2/2] iio: humidity: am2315: add support for am2320

From: Marcelo Schmitt

Date: Mon Aug 17 2026 - 21:06:47 EST


On 08/14, Nicolás Antinori wrote:
> The AM2320 is fully compatible with the AM2315 sensor in terms of I2C
> communication protocol and measurement conversions.
>
> Add the "am2320" entry to the i2c_device_id table and create
> of_device_id table.
>
> Signed-off-by: Nicolás Antinori <nico.antinori.7@xxxxxxxxx>
> ---
Some optional suggestions for the commit message:

The AM2320 design is fully compatible with AM2315 in terms of I2C
communication protocol and measurement conversions.

Add the "am2320" entry to the i2c_device_id table and register a
of_device_id table to match against devices declared in device tree.


I see nothing else to improve besides what Andy already mentioned.
With those sorted out,
Reviewed-by: Marcelo Schmitt <marcelo.schmitt1@xxxxxxxxx>