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:

committed by
Gerrit - the friendly Code Review server

parent
0e433beabb
commit
4e535ac459
@@ -25,7 +25,7 @@ extern struct platform_driver isp_driver;
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
extern struct platform_driver cam_csid_ppi100_driver;
|
||||
extern struct platform_driver cam_tfe_driver;
|
||||
extern struct platform_driver cam_tfe_csid530_driver;
|
||||
extern struct platform_driver cam_tfe_csid_driver;
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_SENSOR
|
||||
extern struct platform_driver cam_res_mgr_driver;
|
||||
@@ -87,7 +87,7 @@ static struct platform_driver *const cam_component_drivers[] = {
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
&cam_csid_ppi100_driver,
|
||||
&cam_tfe_driver,
|
||||
&cam_tfe_csid530_driver,
|
||||
&cam_tfe_csid_driver,
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_ISP
|
||||
&cam_top_tpg_driver,
|
||||
|
Reference in New Issue
Block a user