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

Commit 8912bbf9 authored by Jeyaprakash Soundrapandian's avatar Jeyaprakash Soundrapandian Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: camera: isp: update CSID AXI bandwidth vote to default value" into dev/msm-4.9-camx

parents 324b5eb5 774ce386
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,8 +129,8 @@ int cam_ife_csid_enable_soc_resources(struct cam_hw_soc_info *soc_info)

	ahb_vote.type = CAM_VOTE_ABSOLUTE;
	ahb_vote.vote.level = CAM_SVS_VOTE;
	axi_vote.compressed_bw = 640000000;
	axi_vote.uncompressed_bw = 640000000;
	axi_vote.compressed_bw = CAM_CPAS_DEFAULT_AXI_BW;
	axi_vote.uncompressed_bw = CAM_CPAS_DEFAULT_AXI_BW;

	CAM_DBG(CAM_ISP, "csid vote compressed_bw:%lld uncompressed_bw:%lld",
		axi_vote.compressed_bw, axi_vote.uncompressed_bw);