]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: adc: ad4130: Add SPI device ID table
authorJonathan Santos <Jonathan.Santos@analog.com>
Wed, 1 Apr 2026 11:58:22 +0000 (08:58 -0300)
committerJonathan Cameron <jic23@kernel.org>
Mon, 27 Apr 2026 08:58:23 +0000 (09:58 +0100)
commit2c5ebb7708274ac1e41cbd3248ed87aa3a1cee71
tree454ea33e36f32d5fafc9f97a550147e4a00f9afa
parent0179a95bbb8ce2fc36ba3766c7db5c7b4dd180b9
iio: adc: ad4130: Add SPI device ID table

Add SPI device ID table to enable non-device tree based device binding.
The id_table provides a fallback matching mechanism when of_match_table
cannot be used, which is required for proper SPI driver registration.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Santos <Jonathan.Santos@analog.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/ad4130.c