commit | 2efec4f3064d084bac1b2c1e1513a7452e8e245d | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Oct 20 09:37:27 2015 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Thu Feb 25 16:39:38 2016 +0200 |
tree | 5544d77e9c5b2f623e9e2f594049d015bfa09bba | |
parent | 1aea1e79dbfd65a99da11868829c3e147b85cc32 [diff] |
drm/tilcdc: split reset to a separate function Split reset to a separate function and use usleep_range(250, 1000) instead of msleep(1) to to keep the reset bit on long enough. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com> [Added description to the patch, changed mdelay(500) to usleep_range(250, 1000)] Signed-off-by: Jyri Sarha <jsarha@ti.com>