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

Commit b26fbc39 authored by Wyes Karny's avatar Wyes Karny
Browse files

msm: camera: isp: Fix for wrong CPAS version selection in WM start



Add fix for wrong CPAS version selection in WM start.

CRs-Fixed: 2889723
Change-Id: Ic11f4ced601f3bb5f0f557714a1d2bd1f2143b78
Signed-off-by: default avatarWyes Karny <wkarny@codeaurora.org>
parent 85d260ec
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1273,7 +1273,8 @@ static int cam_vfe_bus_start_wm(
			return rc;
		}
		if ((camera_hw_version > CAM_CPAS_TITAN_NONE) &&
			(camera_hw_version < CAM_CPAS_TITAN_175_V100)) {
			(camera_hw_version < CAM_CPAS_TITAN_175_V100) &&
			(camera_hw_version != CAM_CPAS_TITAN_165_V100)) {
			struct cam_vfe_bus_ver2_reg_offset_ubwc_client
				*ubwc_regs;