Browse Source

Merge "msm: camera: cpas: Update QOS value for camera" into camera-kernel.lnx.7.0

Camera Software Integration 1 year ago
parent
commit
b23f7c2fae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/cam_cpas/cpas_top/cpastop_v770_100.h

+ 2 - 2
drivers/cam_cpas/cpas_top/cpastop_v770_100.h

@@ -543,7 +543,7 @@ static struct cam_camnoc_specific
 	{
 		.port_type = CAM_CAMNOC_CDM,
 		.port_name = "CDM",
-		.enable = false,
+		.enable = true,
 		.priority_lut_low = {
 			.enable = true,
 			.access_type = CAM_REG_TYPE_READ_WRITE,
@@ -563,7 +563,7 @@ static struct cam_camnoc_specific
 			.access_type = CAM_REG_TYPE_READ_WRITE,
 			.masked_value = 0,
 			.offset = 0x8038, /* CDM_NIU_URGENCY_LOW */
-			.value = 0x33,
+			.value = 0x3,
 		},
 		.danger_lut = {
 			.enable = false,