From patchwork Sat Dec 15 15:18:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 10732273 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 9A97F112C for ; Sat, 15 Dec 2018 15:18:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 897C72A0A8 for ; Sat, 15 Dec 2018 15:18:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7D2152A24C; Sat, 15 Dec 2018 15:18:40 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0D77C2A0A8 for ; Sat, 15 Dec 2018 15:18:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730566AbeLOPSj (ORCPT ); Sat, 15 Dec 2018 10:18:39 -0500 Received: from mail-yw1-f65.google.com ([209.85.161.65]:32889 "EHLO mail-yw1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729747AbeLOPSi (ORCPT ); Sat, 15 Dec 2018 10:18:38 -0500 Received: by mail-yw1-f65.google.com with SMTP id v20so2145654ywc.0 for ; Sat, 15 Dec 2018 07:18:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=1Rkz1AmMpKZd1fV18RILezy4fqM6DWDhnKRct6ucDF8=; b=GOd9gV/fEGy6FOrXnP/Dt+RS/POB9a6/AbK+YNka40WG3lCAWgHQrrtbX1Uip602dD FdsYlCEHcAZnut5J5ejI9Yz84uXN5uUu8DTrk7EC0TBUoSC30IjcztzdFxV/SK/SJC2/ z9cYzdfEcPmIsx1i08F/i9JgpfFDqA79kNMwo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=1Rkz1AmMpKZd1fV18RILezy4fqM6DWDhnKRct6ucDF8=; b=ej56y18RF7kf3VErFXvanN+YHYTz4XQJl0T2a6WU5/Fz2KRrWrUTdlpVSiSppqG1Um PG1GWPduU2bOp0QhQ16kqdQeK87MMdgPZsguhPy2tRd000kk+tHMC0Kxvf/5RV4AGNn6 wrTjIp2V6hOb2TWM38OBXbXFNB7PdAjUknVjY9MLJRZTq9ml1uZfDpf8iIm1+vOAlFI+ I6mkL776rBdrMypOdG/+o4Mj7HhBbhotgWgw0s8QinEq9zlAsUppk7Aq1rfdjY2TnPK4 z4fXJ2S3nds5p6lyoULApU8cM0LBEiFIWQMAdRsRKSzcOgevy61v7FuYGcXpqCz9SMbz fv4g== X-Gm-Message-State: AA+aEWbPiRm1dTHXcPhe6WU6iPDHpLpXM17VbJDEJtGYUtlCNbG9IHRU u/hZyFrTXpSigqXDPz/HPv6YEQ== X-Google-Smtp-Source: AFSGD/U8d0Wp3GGo7id10vjkQ6Wazer4sjVtNPz1LPizeCW3sOvrtgc1Hd4mOLGC2Mg8Mnj4y4aDqA== X-Received: by 2002:a81:918a:: with SMTP id i132mr7542052ywg.256.1544887117576; Sat, 15 Dec 2018 07:18:37 -0800 (PST) Received: from jagan-XPS-13-9350.homenet.telecomitalia.it (host211-95-static.0-79-b.business.telecomitalia.it. [79.0.95.211]) by smtp.gmail.com with ESMTPSA id x203sm2855664ywd.41.2018.12.15.07.18.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 15 Dec 2018 07:18:37 -0800 (PST) From: Jagan Teki To: Dmitry Torokhov Cc: Chen-Yu Tsai , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Trimarchi , linux-amarula@amarulasolutions.com, Jagan Teki Subject: [PATCH v3 3/4] dt-bindings: input: touchscreen: goodix: Add GT5663 compatible Date: Sat, 15 Dec 2018 20:48:01 +0530 Message-Id: <20181215151802.18592-4-jagan@amarulasolutions.com> X-Mailer: git-send-email 2.18.0.321.gffc6fa0e3 In-Reply-To: <20181215151802.18592-1-jagan@amarulasolutions.com> References: <20181215151802.18592-1-jagan@amarulasolutions.com> MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP GT5663 is capacitive touch controller with customized smart wakeup gestures, it support chipdata which is similar to existing GT1151 and require AVDD28 supply for some boards. Document the compatible for the same. Signed-off-by: Jagan Teki --- Documentation/devicetree/bindings/input/touchscreen/goodix.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt index c4622c983e08..59c89276e6bb 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/goodix.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/goodix.txt @@ -3,6 +3,7 @@ Device tree bindings for Goodix GT9xx series touchscreen controller Required properties: - compatible : Should be "goodix,gt1151" + or "goodix,gt5663" or "goodix,gt911" or "goodix,gt9110" or "goodix,gt912"