Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/bridge: it6505: update usleep_range for RC circuit charge time

The spec of timing between IVDD/OVDD and SYSRTEN is 10ms, but SYSRSTN RC
circuit need at least 25ms for rising time, update for match spec

Signed-off-by: Kuro Chung <kuro.chung@ite.com.tw>
Signed-off-by: Hermes Wu <hermes.wu@ite.com.tw>
Reviewed-by: Robert Foss <rfoss@kernel.org>
Signed-off-by: Robert Foss <rfoss@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20240604024405.1122488-1-kuro.chung@ite.com.tw

authored by

Kuro Chung and committed by
Robert Foss
8814444e 9a8ac1ec

+1 -1
+1 -1
drivers/gpu/drm/bridge/ite-it6505.c
··· 2615 2615 gpiod_set_value_cansleep(pdata->gpiod_reset, 0); 2616 2616 usleep_range(1000, 2000); 2617 2617 gpiod_set_value_cansleep(pdata->gpiod_reset, 1); 2618 - usleep_range(10000, 20000); 2618 + usleep_range(25000, 35000); 2619 2619 } 2620 2620 2621 2621 it6505->powered = true;