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

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

clk: qcom: 8909: Update the Fmax corner map for byte0_clk



The corner mapping for byte0_clk has been modified to vote for SVS corner
till 125MHz fmax, update the same.

Change-Id: I31c12ba38db25c3fb26e38b96ec2d911b9150d96
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent 3870919e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -968,7 +968,7 @@ static struct rcg_clk byte0_clk_src = {
	.c = {
		.dbg_name = "byte0_clk_src",
		.ops = &clk_ops_byte,
		VDD_DIG_FMAX_MAP2(LOW, 62500000, NOMINAL, 125000000),
		VDD_DIG_FMAX_MAP1(LOW, 125000000),
		CLK_INIT(byte0_clk_src.c),
	},
};