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

Commit da9a4efb authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "clk: qcom: clock-gcc-8992: Modify gpll4 and sdcc1 clock frequency"

parents 511da53b dc0d51bd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ static struct pll_vote_clk gpll4 = {
	.status_mask = BIT(30),
	.base = &virt_base,
	.c = {
		.rate = 1536000000,
		.rate = 1376000000,
		.parent = &gcc_xo.c,
		.dbg_name = "gpll4",
		.ops = &clk_ops_pll_vote,
@@ -1102,8 +1102,8 @@ static struct clk_freq_tbl ftbl_sdcc1_apps_clk_src[] = {
	F(  25000000, gpll0_out_main,   12,    1,     2),
	F(  50000000, gpll0_out_main,   12,    0,     0),
	F( 100000000, gpll0_out_main,    6,    0,     0),
	F( 192000000, gpll4_out_main,    2,    0,     0),
	F( 384000000, gpll4_out_main,    1,    0,     0),
	F( 172000000, gpll4_out_main,    2,    0,     0),
	F( 344000000, gpll4_out_main,    1,    0,     0),
	F_END
};