]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: ov5693: Drop privacy-LED GPIO control
authorHans de Goede <hdegoede@redhat.com>
Sat, 1 Jun 2024 17:39:37 +0000 (19:39 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Tue, 4 Jun 2024 06:31:26 +0000 (08:31 +0200)
commitcd4a34e02b9064c0e2b55ac9b6ee47ae422d5c73
treeb7d619fa7eba69868cdec6eac7cb4338312a366b
parent64a9e1fb1d6ff67d52d546732e11aea1e43b01e8
media: ov5693: Drop privacy-LED GPIO control

Drop privacy-LED GPIO control, after the privacy-LED GPIO control was added
to the ov5693 driver it was decided to model privacy-LEDs as LED class
devices and have them be controlled by the v4l2-core.

So this is dead code since on devices with privacy LEDs the led is not
a GPIO on the ov5693 fwnode, but rather is a LED class devices controlled
by the v4l2-core.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/i2c/ov5693.c