Re: [PATCH v2 2/2] HID: i2c-hid: elan: Add parade-tc3408 timing
From: Doug Anderson <dianders@chromium.org>
Date: 2025-08-20 14:48:06
Also in:
linux-devicetree, lkml
From: Doug Anderson <dianders@chromium.org>
Date: 2025-08-20 14:48:06
Also in:
linux-devicetree, lkml
Hi, On Wed, Aug 20, 2025 at 5:25 AM Langyan Ye [off-list ref] wrote:
Parade-tc3408 requires reset to pull down time greater than 10ms, so the configuration post_power_delay_ms is 10, and the chipset initial time is required to be greater than 300ms, so the post_gpio_reset_on_delay_ms is set to 300. Signed-off-by: Langyan Ye <redacted> --- drivers/hid/i2c-hid/i2c-hid-of-elan.c | 8 ++++++++ 1 file changed, 8 insertions(+)
Reviewed-by: Douglas Anderson <dianders@chromium.org>