msm: camera: isp: Add support for new CSID

Add CSID640 support. The following features support are added:
  - QCFA binning and BAYER binning support
  - Format measure support
  - Multi VC DT support
  - Add core_cfg support in in_port structure

CRs-Fixed: 2887030
Change-Id: Idd7d081c985f3ef21e0fee7ce4c1b8db96ddd3c3
Signed-off-by: Wyes Karny <wkarny@codeaurora.org>
This commit is contained in:
Wyes Karny
2021-03-09 17:38:51 +05:30
committed by Gerrit - the friendly Code Review server
orang tua 0e433beabb
melakukan 4e535ac459
21 mengubah file dengan 1352 tambahan dan 313 penghapusan

Melihat File

@@ -58,7 +58,7 @@
#include "cam_top_tpg.h"
#include "cam_tfe_dev.h"
#include "cam_tfe_csid530.h"
#include "cam_tfe_csid.h"
#include "cam_csid_ppi100.h"
#include "camera_main.h"
@@ -86,7 +86,7 @@ static const struct camera_submodule_component camera_tfe[] = {
#ifdef CONFIG_SPECTRA_TFE
{&cam_csid_ppi100_init_module, &cam_csid_ppi100_exit_module},
{&cam_tfe_init_module, &cam_tfe_exit_module},
{&cam_tfe_csid530_init_module, &cam_tfe_csid530_exit_module},
{&cam_tfe_csid_init_module, &cam_tfe_csid_exit_module},
#endif
};