Re: [PATCH 2/2] Input: edt-ft5x06 - add support for polled configuration
From: Rob Herring <robh@kernel.org>
Date: 2019-05-02 21:32:21
Also in:
linux-devicetree, lkml
From: Rob Herring <robh@kernel.org>
Date: 2019-05-02 21:32:21
Also in:
linux-devicetree, lkml
On Tue, 30 Apr 2019 20:58:59 +0200, Nicolas Saenz Julienne wrote:
Some devices might not provide an interrupt line for the touchscreen. In that case the driver defaults to using a polled interface. Signed-off-by: Nicolas Saenz Julienne <redacted> --- .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>