]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: i2c: mt9p031: Drop I2C device ID table
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 28 Oct 2024 20:44:42 +0000 (22:44 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 7 Nov 2024 08:05:57 +0000 (09:05 +0100)
commit8c6699718949ac109bc8d7175eacd3e4b47389c8
treebdd842fd3b0776a4da2a284abeb06fe50c7dbb4f
parent28aeaeaca62ebb1b638582ef81f8974f520c0dcb
media: i2c: mt9p031: Drop I2C device ID table

The mt9p031 driver doesn't support platform data anymore, and requires
the I2C device to be instantiated through a method that supports device
properties. As the driver lacks an ACPI device ID table, the device
matching will always go through the OF device ID table, either for OF
devices, or for ACPI devices using PRP0001. The I2C device ID table is
therefore not needed. Drop it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Tarang Raval <tarang.raval@siliconsignals.io>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/mt9p031.c