Re: [PATCH] iio: humidity: am2315: add am2320 to i2c_device_id table
Marcelo Schmitt <[email protected]>
| Newsgroups | dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <anPlaMvCo5aPmIut@debian-BULLSEYE-live-builder-AMD64> |
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 <[email protected]> > --- > 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 <[email protected]>