disp: pll: update DSI PHY PLL programming for Kona
This change updates the DSI PHY PLL programming for kona target as per the hardware recommendation. Change-Id: I706169fb635e72bd0ccd3057107ea749408733d0 Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
@@ -734,8 +734,11 @@ static void dsi_pll_config_hzindep_reg(struct dsi_pll_7nm *pll,
|
||||
break;
|
||||
}
|
||||
|
||||
if (dsi_pll_7nm_is_hw_revision_v4_1(rsc))
|
||||
if (dsi_pll_7nm_is_hw_revision_v4_1(rsc)) {
|
||||
MDSS_PLL_REG_W(pll_base, PLL_PERF_OPTIMIZE, 0x22);
|
||||
if (rsc->slave)
|
||||
MDSS_PLL_REG_W(rsc->slave->pll_base, PLL_PERF_OPTIMIZE, 0x22);
|
||||
}
|
||||
}
|
||||
|
||||
static void dsi_pll_init_val(struct mdss_pll_resources *rsc)
|
||||
|
Reference in New Issue
Block a user