media: imx: imx7-media-csi: Remove incorrect interlacing support
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Wed, 19 Apr 2023 07:07:10 +0000 (09:07 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Thu, 25 May 2023 14:21:23 +0000 (16:21 +0200)
commit79bb4c7df8af769615a1f049aa85cbe6ecc84ec6
tree53d2a14027e4f37bef5366faa0ccb3c405345719
parent6f482c4729d9040945f6d1e7ca1171eba9b5a5d6
media: imx: imx7-media-csi: Remove incorrect interlacing support

The driver doesn't currently support interlacing, but due to legacy
leftovers, it accepts values for the pixel format "field" field other
than V4L2_FIELD_NONE. Fix it by hardcoding V4L2_FIELD_NONE. Proper
interlacing support can be implemented later if desired.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/nxp/imx7-media-csi.c