From patchwork Wed Dec 11 16:03:25 2019 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: 11285595 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 0EC29138C for ; Wed, 11 Dec 2019 16:03:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E1B82208C3 for ; Wed, 11 Dec 2019 16:03:56 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=rere.qmqm.pl header.i=@rere.qmqm.pl header.b="GWZfg/lm" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388078AbfLKQDp (ORCPT ); Wed, 11 Dec 2019 11:03:45 -0500 Received: from rere.qmqm.pl ([91.227.64.183]:62306 "EHLO rere.qmqm.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388815AbfLKQD2 (ORCPT ); Wed, 11 Dec 2019 11:03:28 -0500 Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 47Y1tj75jbzww; Wed, 11 Dec 2019 17:03:25 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1576080206; bh=Ied8n5JGgcT/Q6GVeD3SNToh2Vsqko/Bq33v2AXfFoI=; h=Date:In-Reply-To:References:From:Subject:To:Cc:From; b=GWZfg/lmm50OYVE/ONG2Zh/HK5dnCXByevprO5MhDC0/ZzVbxTDX91SnX6s5+tF1R e47phCs+3f/5khR7iD2nNVfltIXOmQqJv6WSsdlP5GguneVmDkzzE9/5iHE6D/vwvk IFnYumpFr+U8m74VzAt/GeUnOWPq59Qe56oCy5EmXrXkF/8j2U1r25rzyhu9DQa/Lw 0+xi01+XCs1+EAqkGARQK9p8A5WjdUATs+HeTkb+VPEfjWwD1s4rowBprbItFJg5SQ uBt3cMFF5xJmytXmHKhSjcTOuE1mcH+dHFBtjucOdUItkJnEw9WaAa/7a+ws50O64R 5D3M7iR4yDvIA== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.101.4 at mail Date: Wed, 11 Dec 2019 17:03:25 +0100 Message-Id: In-Reply-To: References: From: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= Subject: [PATCH v2 8/9] dt-bindings: input: elants-i2c: Document common touchscreen properties MIME-Version: 1.0 To: linux-input@vger.kernel.org, devicetree@vger.kernel.org Cc: Dmitry Torokhov , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, Dmitry Osipenko , Henrik Rydberg , James Chen , Johnny Chuang , Scott Liu Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org From: Dmitry Osipenko Document support of the common touchscreen properties. Signed-off-by: Dmitry Osipenko Signed-off-by: Michał Mirosław Acked-by: Rob Herring --- Documentation/devicetree/bindings/input/elants_i2c.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/input/elants_i2c.txt b/Documentation/devicetree/bindings/input/elants_i2c.txt index 5edac8be0802..45fab32bbc19 100644 --- a/Documentation/devicetree/bindings/input/elants_i2c.txt +++ b/Documentation/devicetree/bindings/input/elants_i2c.txt @@ -14,9 +14,13 @@ Optional properties: - reset-gpios: reset gpio the chip is connected to. - vcc33-supply: a phandle for the regulator supplying 3.3V power. - vccio-supply: a phandle for the regulator supplying IO power. +- see [2] for additional properties + +For additional optional properties see: touchscreen.txt [0]: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt [1]: Documentation/devicetree/bindings/pinctrl/pinctrl-bindings.txt +[2]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt Example: &i2c1 {