Re: [PATCH v6 2/3] media: i2c: ov772x: Add support for BT.656 mode

2020-09-30 Thread Jacopo Mondi
Hello, On Thu, Sep 17, 2020 at 06:42:23PM +0100, Lad Prabhakar wrote: > Add support to read the bus-type for V4L2_MBUS_BT656 and enable BT.656 > mode in the sensor if needed. > > For backward compatibility with older DTS where the bus-type property was > not mandatory, assume V4L2_MBUS_PARALLEL as

[PATCH v6 2/3] media: i2c: ov772x: Add support for BT.656 mode

2020-09-17 Thread Lad Prabhakar
Add support to read the bus-type for V4L2_MBUS_BT656 and enable BT.656 mode in the sensor if needed. For backward compatibility with older DTS where the bus-type property was not mandatory, assume V4L2_MBUS_PARALLEL as it was the only supported bus at the time. v4l2_fwnode_endpoint_alloc_parse() w