Skip to content
Snippets Groups Projects
Commit 91a26b85 authored by Shubham Tiwari's avatar Shubham Tiwari Committed by Tiwari, Shubham
Browse files

Revert "target: msm8996: improve DSI PLL's performance"

This reverts commit b2a5b2ba.

Change-Id: I980c83f26a4b9019f39571e624a4765ff9457ef7
(cherry picked from commit db5fffdcefebacf058438a2dfc02c19584cdab91)
parent b2a5b2ba
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ static void mdss_mdp_pll_input_init(struct dsi_pll_db *pdb)
pdb->in.pll_ip_trim = 4; /* 4, reg: 0x0404 */
pdb->in.pll_cpcset_cur = 1; /* 1, reg: 0x04f0, bit 0 - 2 */
pdb->in.pll_cpmset_cur = 1; /* 1, reg: 0x04f0, bit 3 - 5 */
pdb->in.pll_icpmset = 7; /* 7, reg: 0x04fc, bit 3 - 5 */
pdb->in.pll_icpcset = 7; /* 7, reg: 0x04fc, bit 0 - 2 */
pdb->in.pll_icpmset = 4; /* 4, reg: 0x04fc, bit 3 - 5 */
pdb->in.pll_icpcset = 4; /* 4, reg: 0x04fc, bit 0 - 2 */
pdb->in.pll_icpmset_p = 0; /* 0, reg: 0x04f4, bit 0 - 2 */
pdb->in.pll_icpmset_m = 0; /* 0, reg: 0x04f4, bit 3 - 5 */
pdb->in.pll_icpcset_p = 0; /* 0, reg: 0x04f8, bit 0 - 2 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment