msm: camera: isp: Add support for PHY TPG
This change adds support for PHY TPG version 102 hardware. CRs-Fixed: 2608550 Change-Id: I92387b08e8a91bb0c6a77b5301ebc30c7cb6f252 Signed-off-by: Vishalsingh Hajeri <vhajeri@codeaurora.org> Signed-off-by: Venkat Chinta <vchinta@codeaurora.org> Signed-off-by: Mukund Madhusudan Atre <matre@codeaurora.org>
Esse commit está contido em:
@@ -50,7 +50,7 @@
|
||||
|
||||
#include "ope_dev_intf.h"
|
||||
|
||||
#include "cam_top_tpg_v1.h"
|
||||
#include "cam_top_tpg.h"
|
||||
#include "cam_tfe_dev.h"
|
||||
#include "cam_tfe_csid530.h"
|
||||
#include "camera_main.h"
|
||||
@@ -77,6 +77,7 @@ static const struct camera_submodule_component camera_base[] = {
|
||||
|
||||
static const struct camera_submodule_component camera_isp[] = {
|
||||
#ifdef CONFIG_SPECTRA_ISP
|
||||
{&cam_top_tpg_init_module, &cam_top_tpg_exit_module},
|
||||
{&cam_ife_csid17x_init_module, &cam_ife_csid17x_exit_module},
|
||||
{&cam_ife_csid_lite_init_module, &cam_ife_csid_lite_exit_module},
|
||||
{&cam_vfe_init_module, &cam_vfe_exit_module},
|
||||
@@ -86,7 +87,7 @@ static const struct camera_submodule_component camera_isp[] = {
|
||||
|
||||
static const struct camera_submodule_component camera_tfe[] = {
|
||||
#if IS_ENABLED(CONFIG_SPECTRA_TFE)
|
||||
{&cam_top_tpg_v1_init_module, &cam_top_tpg_v1_exit_module},
|
||||
{&cam_top_tpg_init_module, &cam_top_tpg_exit_module},
|
||||
{&cam_tfe_init_module, &cam_tfe_exit_module},
|
||||
{&cam_tfe_csid530_init_module, &cam_tfe_csid530_exit_module},
|
||||
#endif
|
||||
@@ -218,13 +219,14 @@ static struct platform_driver *const cam_component_drivers[] = {
|
||||
&cam_cdm_intf_driver,
|
||||
&cam_hw_cdm_driver,
|
||||
#ifdef CONFIG_SPECTRA_ISP
|
||||
&cam_top_tpg_driver,
|
||||
&cam_ife_csid17x_driver,
|
||||
&cam_ife_csid_lite_driver,
|
||||
&cam_vfe_driver,
|
||||
&isp_driver,
|
||||
#endif
|
||||
#ifdef CONFIG_SPECTRA_TFE
|
||||
&cam_top_tpg_v1_driver,
|
||||
&cam_top_tpg_driver,
|
||||
&cam_tfe_driver,
|
||||
&cam_tfe_csid530_driver,
|
||||
#endif
|
||||
|
Referência em uma nova issue
Block a user