media: i2c: imx258: Correct max FRM_LENGTH_LINES value
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Thu, 31 Mar 2022 14:39:40 +0000 (15:39 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:33 +0000 (11:33 +0000)
commitc34fac38e2a34dad83fb1dc193a1acfb8dcbf74e
tree9294535ae99d61f20dd2f35133b322c418243f02
parent7010537340c5f8b0e83b651f6e76e40835f70df3
media: i2c: imx258: Correct max FRM_LENGTH_LINES value

The data sheet states that the maximum value for registers
0x0340/0x0341 FRM_LENGTH_LINES is 65525(decimal), not the
0xFFFF defined in this driver. Correct this limit.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/i2c/imx258.c