Hi, Thanks for the patch. On 12/12/22 09:35, G.N. Zhou (OSS) wrote:
From: "Guoniu.zhou" <guoniu.zhou@xxxxxxx> In commit a89f14bbcfa5 ("media: ov5640: Split DVP and CSI-2 formats"), it splits format list for DVP and CSI-2 mode, but the default format defined in commit 90b0f355c5a3 ("media: ov5640: Implement init_cfg") is only supported by DVP mode, so define a new default format for CSI-2 mode. Signed-off-by: Guoniu.zhou <guoniu.zhou@xxxxxxx>
Reviewed-by: Jai Luthra <j-luthra@xxxxxx>
--- drivers/media/i2c/ov5640.c | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) ...snip...