Skip to content

Commit 7ef9366

Browse files
Kaustabh Chakrabortydaeinki
authored andcommitted
drm/bridge: samsung-dsim: increase timeout value for PLL_STABLE
Exynos7870's DSIM requires more time to stabilize its PLL. The current timeout value, 1000, doesn't suffice. Increase the value to 3000, which is just about enough as observed experimentally. Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
1 parent f7754d8 commit 7ef9366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/bridge/samsung-dsim.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ static unsigned long samsung_dsim_set_pll(struct samsung_dsim *dsi,
755755

756756
samsung_dsim_write(dsi, DSIM_PLLCTRL_REG, reg);
757757

758-
timeout = 1000;
758+
timeout = 3000;
759759
do {
760760
if (timeout-- == 0) {
761761
dev_err(dsi->dev, "PLL failed to stabilize\n");

0 commit comments

Comments
 (0)