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

Commit f27f0135 authored by Tianyi Gou's avatar Tianyi Gou
Browse files

msm: clock-8084: Update ocmemnoc clock freq table



Update the ocmemnoc clock freq table to match with the
latest data.

Change-Id: I29ef4b2ea33dfa0c9ca39a3a021083245ad9165b
Signed-off-by: default avatarTianyi Gou <tgou@codeaurora.org>
parent 39e3e1e9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3640,10 +3640,10 @@ static struct clk_freq_tbl ftbl_ocmemnoc_clk[] = {
	F_MM( 37500000,      gpll0,   16, 0, 0),
	F_MM( 50000000,      gpll0,   12, 0, 0),
	F_MM( 75000000,      gpll0,    8, 0, 0),
	F_MM(100000000,      gpll0,    6, 0, 0),
	F_MM(109090000,      gpll0,  5.5, 0, 0),
	F_MM(150000000,      gpll0,    4, 0, 0),
	F_MM(228570000,     mmpll0,  3.5, 0, 0),
	F_MM(320000000,     mmpll0,  2.5, 0, 0),
	F_MM(400000000,     mmpll0,    2, 0, 0),
	F_END
};

@@ -3656,8 +3656,8 @@ static struct rcg_clk ocmemnoc_clk_src = {
	.c = {
		.dbg_name = "ocmemnoc_clk_src",
		.ops = &clk_ops_rcg,
		VDD_DIG_FMAX_MAP3(LOW, 150000000, NOMINAL, 320000000,
				  HIGH, 400000000),
		VDD_DIG_FMAX_MAP3(LOW, 109090000, NOMINAL, 228570000,
				  HIGH, 320000000),
		CLK_INIT(ocmemnoc_clk_src.c),
	},
};