Re: [PATCH] media: i2c: imx471: Fix pixel rate and line length
From: Christian Murphy
Date: Wed Sep 02 2026 - 16:05:39 EST
Hi Sakari,
Thanks for the review.
On Mon, Aug 31, 2026 at 11:55:50AM +0300, Sakari Ailus wrote:
> Interestingly, 2328 would appear to be a seemigly valid value.
>
> Cc Antti.
I believe it was inherited from Intel's out-of-tree imx471 driver, which
has the same .llp = 2328 but writes LINE_LENGTH_PCK 2560 in its register
list; the mainline list dropped that write. I didn't try writing 2328,
as it would make the line 6.01 us, below the 12.05 us a 1928-pixel RAW10
line takes on four lanes at 200 MHz. Happy to probe it if that's useful.
> Can you calculate the value instead, please?
Done in v2:
https://lore.kernel.org/linux-media/ede568ada4304d2dc92cd43986fc07aa68628154.1788377269.git.christian@xxxxxxxxxxxxx/
Kind regards,
Christian