Message ID | 20201106112412.390724-2-j.neuschaefer@gmx.net (mailing list archive) |
---|---|
State | Accepted |
Commit | cdab490e50e7ce4533b95ca24c90bee3ed1a8e99 |
Headers | show |
Series | Support for ELAN eKTF2132 touchscreens | expand |
On Fri, Nov 06, 2020 at 12:24:10PM +0100, Jonathan Neuschäfer wrote: > The eKTF2132 is a touchscreen controller found, for example, in the Kobo > Aura ebook reader. It is similar to the ektf2127, but it uses a different > packet type to report touch events. > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> Applied, thank you.
diff --git a/Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt b/Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt index 94c4fc6449407..5eef5e7d6aae1 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/ektf2127.txt @@ -1,7 +1,7 @@ * Elan eKTF2127 I2C touchscreen controller Required properties: - - compatible : "elan,ektf2127" + - compatible : "elan,ektf2127" or "elan,ektf2132" - reg : I2C slave address of the chip (0x40) - interrupts : interrupt specification for the ektf2127 interrupt - power-gpios : GPIO specification for the pin connected to the
The eKTF2132 is a touchscreen controller found, for example, in the Kobo Aura ebook reader. It is similar to the ektf2127, but it uses a different packet type to report touch events. Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net> --- .../devicetree/bindings/input/touchscreen/ektf2127.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.28.0