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

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

Merge "msm: clock-8084: Correct fmax for pcie aux clock"

parents 86f5bb98 6099d74b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1576,7 +1576,7 @@ static struct rcg_clk pcie_0_aux_clk_src = {
	.c = {
		.dbg_name = "pcie_0_aux_clk_src",
		.ops = &clk_ops_rcg_mnd,
		VDD_DIG_FMAX_MAP1(LOW, 1000000),
		VDD_DIG_FMAX_MAP1(LOW, 1010000),
		CLK_INIT(pcie_0_aux_clk_src.c),
	},
};