Re: [PATCH v2] iio: adxl372_i2c: Add OF device ID table

2020-07-26 Thread Jonathan Cameron
On Wed, 22 Jul 2020 10:30:03 +0300 Alexandru Ardelean wrote: > From: Stefan Popa > > The driver does not have a struct of_device_id table, but supported > devices are registered via Device Trees. This patch adds OF device ID > table. > > Signed-off-by: Stefan Popa > Signed-off-by: Alexandru A

[PATCH v2] iio: adxl372_i2c: Add OF device ID table

2020-07-22 Thread Alexandru Ardelean
From: Stefan Popa The driver does not have a struct of_device_id table, but supported devices are registered via Device Trees. This patch adds OF device ID table. Signed-off-by: Stefan Popa Signed-off-by: Alexandru Ardelean --- Changelog v1 -> v2: * use linux/mod_devicetable.h include instead