Browse Source

msm: camera: cpas: Enabling ICP clk for qchannel

Enabling ICP clk for qchannel handshake for crow and parrot.

CRs-Fixed: 3609701
Change-Id: I65bc4ac6df3f0bf441b5f101d083c1c9a8ac36da
Signed-off-by: Yash Upadhyay <[email protected]>
(cherry picked from commit 57a33bcc0b551e9bddccef4f0406f4436922a47a)
Yash Upadhyay 1 year ago
parent
commit
98b7ec9dab

+ 3 - 0
drivers/cam_cpas/cpas_top/cpastop_v640_200.h

@@ -547,6 +547,9 @@ static struct cam_camnoc_err_logger_info cam640_cpas200_err_logger_offsets = {
 };
 
 static struct cam_cpas_hw_errata_wa_list cam640_cpas200_errata_wa_list = {
+	.enable_icp_clk_for_qchannel = {
+		.enable = true,
+	},
 };
 
 static struct cam_camnoc_info cam640_cpas200_camnoc_info = {

+ 3 - 0
drivers/cam_cpas/cpas_top/cpastop_v770_100.h

@@ -653,6 +653,9 @@ static struct cam_camnoc_err_logger_info cam770_cpas100_err_logger_offsets = {
 };
 
 static struct cam_cpas_hw_errata_wa_list cam770_cpas100_errata_wa_list = {
+	.enable_icp_clk_for_qchannel = {
+		.enable = true,
+	},
 };
 
 static struct cam_camnoc_info cam770_cpas100_camnoc_info = {