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

Commit a677b40a authored by Tony Lijo Jose's avatar Tony Lijo Jose
Browse files

msm: camera: csiphy: Protect phy lanes for holi target



Holi target uses 8 bit per phy register format for secure camera
usecases. This change takes care of the secure phy bit mask formation
specific to holi target.

CRs-Fixed: 2757195
Change-Id: Ibe33b7619b484fd6e64d958ce01cba8fb0e72d3b
Signed-off-by: default avatarTony Lijo Jose <tjose@codeaurora.org>
parent f64d8b76
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) {