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

Commit 58523908 authored by Pavan Kumar Chilamkurthi's avatar Pavan Kumar Chilamkurthi
Browse files

msm: camera: cpas: Update IFE priority lut settings



Update priority lut register values for IFE02, IFE13 based
on systems team recommendation.

Change-Id: Ib4e7a352d0ba43d2b1fafb8aa884b41a6d7e9963
Signed-off-by: default avatarPavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
parent ceef0a8a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -265,7 +265,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x434, /* SPECIFIC_IFE02_PRIORITYLUT_HIGH */
			.value = 0x66665555,
			.value = 0x66666666,
		},
		.urgency = {
			.enable = true,
@@ -313,7 +313,7 @@ static struct cam_camnoc_specific
			.access_type = CAM_REG_TYPE_READ_WRITE,
			.masked_value = 0,
			.offset = 0x834, /* SPECIFIC_IFE13_PRIORITYLUT_HIGH */
			.value = 0x66665555,
			.value = 0x66666666,
		},
		.urgency = {
			.enable = true,