]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: i2c: imx415: Link frequencies are not exclusive to num lanes
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 29 Jan 2025 15:03:51 +0000 (15:03 +0000)
committerHans Verkuil <hverkuil@xs4all.nl>
Sat, 15 Feb 2025 14:22:59 +0000 (15:22 +0100)
commitda1e42d3fe6fecbde2a69b0c015aa68e30d02ff6
tree9932a5310f0ad46903f64a8a8a464fc3b79a4eb7
parent4e42bc8bf9899ad7f40474594e324d08b7612119
media: i2c: imx415: Link frequencies are not exclusive to num lanes

The link frequencies are equally valid in 2 or 4 lane modes, but
they change the hmax_min value for the mode as the MIPI block
has to have sufficient time to send the pixel data for each line.

Remove the association with number of lanes, and add hmax_min
configuration for both lane options.

Reviewed-by: Michael Riesch <michael.riesch@wolfvision.net>
Reviewed-by: Gerald Loacker <gerald.loacker@wolfvision.net>
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/imx415.c