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

Commit 58695054 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-krypton: Configure a divider of 1 for pcie_pipe"

parents 03a3b9dd 70b1550f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -657,7 +657,7 @@ static struct rcg_clk pcie_aux_clk_src = {
};

static struct clk_freq_tbl ftbl_gcc_pcie_pipe_clk[] = {
	F_EXT_SRC(  62500000, pcie_pipe_clk,    2,    0,     0),
	F_EXT_SRC(  62500000, pcie_pipe_clk,    1,    0,     0),
	F_EXT_SRC( 125000000, pcie_pipe_clk,    1,    0,     0),
	F_END
};