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

Commit 3fca1ac3 authored by Jaydeep Sen's avatar Jaydeep Sen
Browse files

clk: msm: mdmfermium: Change parent entry for apss_ahb_clk_src



Make apss_ahb_clk_src derive 19.2MHz from xo_a instead of xo. This will
let xo shutdown to happen.

Change-Id: I0e1eec998f0df56715ad1fb936f58c7d0bb3bcba
Signed-off-by: default avatarJaydeep Sen <jsen@codeaurora.org>
parent 41747adc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -185,7 +185,7 @@ static struct pll_vote_clk gpll1_clk_src = {
};

static struct clk_freq_tbl ftbl_apss_ahb_clk_src[] = {
	F(  19200000,             xo,    1,    0,     0),
	F(  19200000,           xo_a,    1,    0,     0),
	F(  50000000,          gpll0,   16,    0,     0),
	F( 100000000,          gpll0,    8,    0,     0),
	F_END