From patchwork Sun Apr 26 17:47:54 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: 11510829 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 AE357112C for ; Sun, 26 Apr 2020 17:48:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 96B19214D8 for ; Sun, 26 Apr 2020 17:48:12 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=rere.qmqm.pl header.i=@rere.qmqm.pl header.b="EVR5Cbm2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726329AbgDZRsJ (ORCPT ); Sun, 26 Apr 2020 13:48:09 -0400 Received: from rere.qmqm.pl ([91.227.64.183]:57181 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726315AbgDZRr5 (ORCPT ); Sun, 26 Apr 2020 13:47:57 -0400 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 499Fk33Gmpz11D; Sun, 26 Apr 2020 19:47:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1587923275; bh=QrdENjOdip50Y9u0cKEmz3gvoOdwpJXeDlhv5EruSW0=; h=Date:In-Reply-To:References:From:Subject:To:Cc:From; b=EVR5Cbm2ACFDdS4WF8Ltc8CeRuGDw7DaJTgGWR2NvBrxKlPzeEvoxXWimbwWfxJ2q moIV6P/f5f6Ycc+m5+M7zW1OF8IR2HdyfEEcu310/G0bVAePQ6DZrbrqbcczFgqE+p kCdJOmnEcxed00l9Z34Dt3zXzai3Jvnmdb7ErhQ/MdMaPzzdl3u0nYSpF20dpVexiM u+pqMcexSh0QBEBNcM+au3MplsFNagA71Swo71HPJzNof8vW6S3XqNbGgtbyqCyGAe 4g5UGhCh3/eOvQjr6BlH6GyCRSfWFtWZmt1Q1Vj0qfCUWYSvZhOkM9aAVG99Dc1q8M V/nQT+aBlOq1A== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.2 at mail Date: Sun, 26 Apr 2020 19:47:54 +0200 Message-Id: <7bf9430a0e25bb185cbcc25f9307cf1ddf8f5ab5.1587923061.git.mirq-linux@rere.qmqm.pl> In-Reply-To: References: From: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= Subject: [PATCH v5 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 --- 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]).