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

Commit c0c4220e authored by Taniya Das's avatar Taniya Das Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: gcc: Update voltage fmax table for video clock



Update the 133MHz fmax table for video.

Change-Id: I6b704bb88fad1f14531ba621b95bedc6fd9fbebf
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 9a711d9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1880,7 +1880,7 @@ static struct clk_rcg2 gcc_video_venus_clk_src = {
		.vdd_class = &vdd_cx,
		.num_rate_max = VDD_NUM,
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOWER] = 133000000,
			[VDD_LOWER] = 133333333,
			[VDD_LOW] = 240000000,
			[VDD_LOW_L1] = 300000000,
			[VDD_NOMINAL] = 384000000},