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

Commit 59676821 authored by Manoj Rao's avatar Manoj Rao
Browse files

msm: clock-mdss: use 8974 dsi pll pwr seq for samarium



The new DSI pll power up sequence causes pll lock
issues. Use the PLL power up sequence employed in 8974's
DSI PLL which iteratively attempts a list of power up
sequences if PLL fails to lock.

Change-Id: Ief97a3ad7e5c9de276f4081b76dc6a5daa7e24a9
Signed-off-by: default avatarManoj Rao <manojraj@codeaurora.org>
parent d4c9cc3f
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -1605,8 +1605,12 @@ struct dsi_pll_vco_clk dsi_vco_clk_samarium = {
	.ref_clk_rate = 19200000,
	.min_rate = 350000000,
	.max_rate = 750000000,
	.pll_en_seq_cnt = 3,
	.pll_enable_seqs[0] = dsi_pll_enable_seq_samarium,
	.pll_en_seq_cnt = 4,
	.pll_enable_seqs[0] = dsi_pll_enable_seq_8974,
	.pll_enable_seqs[1] = dsi_pll_enable_seq_8974,
	.pll_enable_seqs[2] = dsi_pll_enable_seq_8974,
	.pll_enable_seqs[3] = dsi_pll_enable_seq_samarium,

	.lpfr_lut_size = 10,
	.lpfr_lut = (struct lpfr_cfg[]){
		{479500000, 8},