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

Commit 20d8c4a4 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 pcie1 aux clock"

parents 1504134d f525d2f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1626,7 +1626,7 @@ static struct rcg_clk pcie_1_aux_clk_src = {
	.c = {
		.dbg_name = "pcie_1_aux_clk_src",
		.ops = &clk_ops_rcg_mnd,
		VDD_DIG_FMAX_MAP1(LOW, 1000000),
		VDD_DIG_FMAX_MAP1(LOW, 1010000),
		CLK_INIT(pcie_1_aux_clk_src.c),
	},
};