]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Input: cyttsp5 - ensure minimum reset pulse width
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Thu, 10 Apr 2025 18:46:32 +0000 (14:46 -0400)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sat, 19 Apr 2025 02:50:41 +0000 (19:50 -0700)
commitc6cb8bf79466ae66bd0d07338c7c505ce758e9d7
tree833202ca1d654cb0e6ab9f1fcfff285106b54649
parent8b1d858cbd4e1800e9336404ba7892b5a721230d
Input: cyttsp5 - ensure minimum reset pulse width

The current reset pulse width is measured to be 5us on a
Renesas RZ/G2L SOM. The manufacturer's minimum reset pulse width is
specified as 10us.

Extend reset pulse width to make sure it is long enough on all platforms.

Also reword confusing comments about reset pin assertion.

Fixes: 5b0c03e24a06 ("Input: Add driver for Cypress Generation 5 touchscreen")
Cc: stable@vger.kernel.org
Acked-by: Alistair Francis <alistair@alistair23.me>
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20250410184633.1164837-1-hugo@hugovil.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/cyttsp5.c