msm: camera: isp: Add support for SFE HW layer in ISP driver
Add support for SFE TOP, SFE BUS_WR & SFE BUS_RD in ISP driver. CRs-Fixed: 2733230 Change-Id: I85d356d28879b5cf9144a459fcdbd9f57526fa91 Signed-off-by: Karthik Anantha Ram <kartanan@codeaurora.org>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include "cam_ife_csid_dev.h"
|
||||
#include "cam_vfe.h"
|
||||
#include "cam_sfe_dev.h"
|
||||
#include "cam_isp_dev.h"
|
||||
|
||||
#include "cam_res_mgr_api.h"
|
||||
@@ -91,6 +92,9 @@ static const struct camera_submodule_component camera_isp[] = {
|
||||
{&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},
|
||||
#ifdef CONFIG_SPECTRA_SFE
|
||||
{&cam_sfe_init_module, &cam_sfe_exit_module},
|
||||
#endif
|
||||
{&cam_isp_dev_init_module, &cam_isp_dev_exit_module},
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user