Re: [PATCH v3 2/2] iio: humidity: am2315: add support for am2320
Marcelo Schmitt <[email protected]>
| Newsgroups | org.kernel.vger.linux-iio,dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <aoOwR6JMOYPCn4PW@debian-BULLSEYE-live-builder-AMD64> |
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 <[email protected]> > --- 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 <[email protected]>