Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54317e48 authored by Kyle Piefer's avatar Kyle Piefer Committed by Gerrit - the friendly Code Review server
Browse files

msm: camera: cpas: Update V2 static reg settings



V2 has some new values for priority LUT in v2. Add
these values to the static register settings.

Change-Id: I66cf08651b38c65a1e0570789c6c8b60e1bdab4c
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 45c5d1cf
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -258,14 +258,14 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x430, /* SPECIFIC_IFE02_PRIORITYLUT_LOW */
			.value = 0x66665433,
			.value = 0x44443333,
		},
		.priority_lut_high = {
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x434, /* SPECIFIC_IFE02_PRIORITYLUT_HIGH */
			.value = 0x66666666,
			.value = 0x66665555,
		},
		.urgency = {
			.enable = true,
@@ -306,14 +306,14 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x830, /* SPECIFIC_IFE13_PRIORITYLUT_LOW */
			.value = 0x66665433,
			.value = 0x44443333,
		},
		.priority_lut_high = {
			.enable = true,
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x834, /* SPECIFIC_IFE13_PRIORITYLUT_HIGH */
			.value = 0x66666666,
			.value = 0x66665555,
		},
		.urgency = {
			.enable = true,