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

Commit b5a18661 authored by Karthik Anantha Ram's avatar Karthik Anantha Ram Committed by Niranjan Reddy Dumbala
Browse files

msm: camera: isp: Define csi2_rx_phy_num_mask for csid lite



Define rx_phy_num_mask for csid lite as well.

Change-Id: I65c7e82273f83373dfee6755a28e64087c37ae02
Signed-off-by: default avatarKarthik Anantha Ram <kartanan@codeaurora.org>
parent f9c29bb3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -232,6 +232,7 @@ static const struct cam_ife_csid_csi2_rx_reg_offset
	.csi2_capture_short_pkt_vc_shift              = 15,
	.csi2_capture_cphy_pkt_dt_shift               = 20,
	.csi2_capture_cphy_pkt_vc_shift               = 26,
	.csi2_rx_phy_num_mask                         = 0x3,
};