From patchwork Sun Apr 26 16:11:16 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= X-Patchwork-Id: 11510681 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 1585281 for ; Sun, 26 Apr 2020 16:11:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F054C214D8 for ; Sun, 26 Apr 2020 16:11:32 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=rere.qmqm.pl header.i=@rere.qmqm.pl header.b="Em640gqY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726362AbgDZQLb (ORCPT ); Sun, 26 Apr 2020 12:11:31 -0400 Received: from rere.qmqm.pl ([91.227.64.183]:26745 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726269AbgDZQLS (ORCPT ); Sun, 26 Apr 2020 12:11:18 -0400 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 499CZY4cxPzsC; Sun, 26 Apr 2020 18:11:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1587917477; bh=jOswEKU7i79mQ5w2Qdg1LzFaQcsH2Fj/+9CwRqdDBhA=; h=Date:In-Reply-To:References:From:Subject:To:Cc:From; b=Em640gqYVGGxZXzgdZBfwtW7YT7djAa3FBa2FOHixg6W5ngkiUNJi3KNik3sG1w6g TOxKx7/IlCJsLU8EYmgI1wFSmjsBFpVdlgbofISo0nppu2N6tUS9vjbVquMFID46Eq CrSjU9vhAVnPg0447YjXV82emBoJP7TjatouPEEs/6eM+s28B94eSj6Ysw2yzrJV0x FOIuXbzVeP3zeL8nHU1Z/BKdYqmuG2mUhEGuqWp3Uj7BL45Ifn9bFDoB/XAbiUPEV9 TNTXtPVAMXWDtR2Cj1QReUebxZRSrq1hdzYsYbjrYDeOjdcCGZ/XK+coUM5whfZgHk a7mtHru9y1K6g== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.2 at mail Date: Sun, 26 Apr 2020 18:11:16 +0200 Message-Id: <45ca127938fafadddcdb502aed8a6aa0e531bbd9.1587916846.git.mirq-linux@rere.qmqm.pl> In-Reply-To: References: From: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= Subject: [PATCH v4 09/10] dt-bindings: input: elants-i2c: Document eKTF3624 MIME-Version: 1.0 To: David Heidelberg , Dmitry Osipenko , Dmitry Torokhov , Henrik Rydberg , James Chen , Johnny Chuang , Rob Herring , Scott Liu Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Dmitry Osipenko The eKTF3624 hardware is similar to eKTH3500. Signed-off-by: Dmitry Osipenko Reviewed-by: Michał Mirosław Acked-by: Rob Herring Signed-off-by: Michał Mirosław --- Documentation/devicetree/bindings/input/elants_i2c.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/elants_i2c.txt b/Documentation/devicetree/bindings/input/elants_i2c.txt index 45fab32bbc19..1bc60303f0ea 100644 --- a/Documentation/devicetree/bindings/input/elants_i2c.txt +++ b/Documentation/devicetree/bindings/input/elants_i2c.txt @@ -1,7 +1,7 @@ Elantech I2C Touchscreen Required properties: -- compatible: must be "elan,ekth3500". +- compatible: must be "elan,ekth3500" or "elan,ektf3624". - reg: I2C address of the chip. - interrupts: interrupt to which the chip is connected (see interrupt binding[0]).