mbox series

[0/1] media: i2c: max96717: add test pattern ctrl

Message ID 20240617145958.1819069-1-tomm.merciai@gmail.com
Headers show
Series media: i2c: max96717: add test pattern ctrl | expand

Message

Tommaso Merciai June 17, 2024, 2:59 p.m. UTC
Hi,
Taking as reference the work done by Julien Massot on the MAX96716 driver
the test pattern generator on the serializer side MAX96717 has been implemented.
This work was done also to test and validate the GMSL2 version of the Alvium
camera on i.MX8MP ISI path.

HW setup:
 - alvium -> max96717 -> max96716 -> i.MX8MP (ISI path)

During the test it's mandatory to put also the de-serializer into pixel
mode disabling tunnel mode.
This can be done writing bit 0 of MIPI_TX52 (0x474) TUN_EN reg.

Test pattern output:
 - https://pasteboard.co/d9yFAR6nTrn9.png

Max96717 datasheet:
 - https://www.analog.com/media/en/technical-documentation/data-sheets/max96717.pdf

Thanks & Regards,
Tommaso

Tommaso Merciai (1):
  media: i2c: max96717: add test pattern ctrl

 drivers/media/i2c/max96717.c | 210 ++++++++++++++++++++++++++++++++---
 1 file changed, 194 insertions(+), 16 deletions(-)