Re: [PATCH v3 2/2] input: touchscreen: elants_i2c: Add eth3915n touchscreen chip
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-09-20 04:20:09
Also in:
lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2022-09-20 04:20:09
Also in:
lkml
Hi Yunlong, On Fri, Sep 09, 2022 at 10:27:55AM +0000, Yunlong Jia wrote:
The eth3915n requires more delay time than the eth3500 when poweron & reset. Define EKTH3915_POWERON_DELAY_MSEC as the poweron delay time of eth3915n, about 80ms. Define EKTH3915_RESET_DELAY_MSEC as the reset delay time of eth3915n, about 300ms. Signed-off-by: Yunlong Jia <redacted> Reviewed-by: Douglas Anderson <dianders@chromium.org> --- Changes in v3: 1. Add poweron delay time.
This materially changes the patch so I do not believe you should have kept Doug's reviewed-by tag. I also do not understand what this delay is for. Is this the minimal time for the reset line to stay high? Something else? Thanks. -- Dmitry