Re: [PATCH] iio: humidity: am2315: add am2320 to i2c_device_id table
From: Marcelo Schmitt
Date: Wed Aug 05 2026 - 21:38:44 EST
Hello,
On 08/05, 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.
>
> Signed-off-by: Nicolás Antinori <nico.antinori.7@xxxxxxxxx>
> ---
> Tested with Raspberry Pi 3b+
>
> Used as reference AM2315 Datasheet [1] and AM2320 datasheet [2]
>
The two designs are pretty much the same. Skimmed through the data sheets and
spotted no relevant divergence among them. The sensor external casing/appearance
seems to be the main difference.
Few changes, new device supported. Nice patch.
Reviewed-by: Marcelo Schmitt <marcelo.schmitt1@xxxxxxxxx>