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

Commit cbe44718 authored by Taniya Das's avatar Taniya Das
Browse files

clk: qcom: gcc: Update the fmax frequency for SDXLEMUR



Update the fmax frequency to 200MHz for SDCC clock.

Change-Id: If77e30d586e3b33c35a7ccf3cd67eb98b6dac101
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 3b06ec12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -789,7 +789,7 @@ static struct clk_rcg2 gcc_sdcc1_apps_clk_src = {
		.rate_max = (unsigned long[VDD_NUM]) {
			[VDD_LOWER] = 50000000,
			[VDD_LOW] = 100000000,
			[VDD_NOMINAL] = 171428571},
			[VDD_NOMINAL] = 200000000},
	},
};