media: i2c: imx477: Allow dynamic horizontal blanking control
authorNaushir Patuck <naush@raspberrypi.com>
Mon, 3 Oct 2022 10:22:07 +0000 (11:22 +0100)
committerPhil Elwell <8911409+pelwell@users.noreply.github.com>
Mon, 3 Oct 2022 10:54:54 +0000 (11:54 +0100)
commit294b14464634c0dc4c703bfdeda18f795091d6e0
treec331530a6a3888b0bf78634490ad7b09bd9991f2
parent23a7ec81c55515e8a8d711376589f4cbc6714906
media: i2c: imx477: Allow dynamic horizontal blanking control

Currently, the V4L2_CID_HBLANK control is marked as read-only. Remove this
restriction and allow userland to modify the control if needed.

Set the maximum limit of the line length to 0xfff0.

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
drivers/media/i2c/imx477.c