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

Commit b389aa0b authored by Deepak Katragadda's avatar Deepak Katragadda Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: camcc-sdm845: Add the frequency table for csi3phytimer RCG



Allow scaling the cam_cc_csi3phytimer_clk_src RCG on SDM845 v2.

Change-Id: Ib07864855f0ec3d6433637b04093da5924273573
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 624ac78e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -442,7 +442,7 @@ static struct clk_rcg2 cam_cc_csi3phytimer_clk_src = {
	.mnd_width = 0,
	.hid_width = 5,
	.parent_map = cam_cc_parent_map_0,
	.freq_tbl = NULL,
	.freq_tbl = ftbl_cam_cc_csi0phytimer_clk_src,
	.clkr.hw.init = &(struct clk_init_data){
		.name = "cam_cc_csi3phytimer_clk_src",
		.parent_names = cam_cc_parent_names_0,