Przeglądaj źródła

Merge "msm: camera: cpas: Enabling ICP clk for qchannel" into camera-kernel.lnx.7.0

Camera Software Integration 1 rok temu
rodzic
commit
1d217d4df2

+ 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 = {