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

Commit 8ff7db91 authored by Camera Software Integration's avatar Camera Software Integration Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: csiphy: Protect phy lanes for holi target" into camera-kernel.lnx.4.0

parents 03c35dd0 a677b40a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -111,7 +111,8 @@ static int32_t cam_csiphy_update_secure_info(
		lane_assign >>= 4;
	}

	if (csiphy_dev->hw_version == CSIPHY_VERSION_V201) {
	if ((csiphy_dev->hw_version == CSIPHY_VERSION_V201) ||
		(csiphy_dev->hw_version == CSIPHY_VERSION_V125)) {
		phy_mask_len = CAM_CSIPHY_MAX_DPHY_LANES +
			CAM_CSIPHY_MAX_CPHY_LANES + 1;
	} else if (csiphy_dev->hw_version == CSIPHY_VERSION_V121) {