From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8E83CA9EC0 for ; Tue, 29 Oct 2019 00:58:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 73B5E2196F for ; Tue, 29 Oct 2019 00:58:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=megous.com header.i=@megous.com header.b="TNSWyl2Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727455AbfJ2A6Q (ORCPT ); Mon, 28 Oct 2019 20:58:16 -0400 Received: from vps.xff.cz ([195.181.215.36]:51638 "EHLO vps.xff.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727228AbfJ2A6P (ORCPT ); Mon, 28 Oct 2019 20:58:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megous.com; s=mail; t=1572310693; bh=uU9Ed1alXCTlnQaio2JNHFayvG2JjVGihZ0Bc7pg244=; h=From:To:Cc:Subject:Date:References:From; b=TNSWyl2Ze999zgh7h9TR1ACGGQ+600wsxoAwo6/ah57BQv45WGNuo6SRGE63DXY8V nSNzXQ3IhZjgWgihIcrcbH+nBnLGRGmS/mpobvX0Wm/3PY5Bhi8rpDKTJfoUT7mRjl 2z6VKA1md2oeqQvdJkkb5YkUlQMqrdPyqXMl2i78= From: Ondrej Jirman To: linux-sunxi@googlegroups.com, Dmitry Torokhov , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Marco Felsch , Ondrej Jirman , Andy Shevchenko , Greg Kroah-Hartman , =?UTF-8?q?Myl=C3=A8ne=20Josserand?= Cc: linux-input@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring Subject: [PATCH 2/3] dt-bindings: input: edt-ft5x06: Add regulator support Date: Tue, 29 Oct 2019 01:58:05 +0100 Message-Id: <20191029005806.3577376-3-megous@megous.com> In-Reply-To: <20191029005806.3577376-1-megous@megous.com> References: <20191029005806.3577376-1-megous@megous.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org Touch controller may have an optional regulator. Reviewed-by: Rob Herring Signed-off-by: Ondrej Jirman --- .../devicetree/bindings/input/touchscreen/edt-ft5x06.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt index 870b8c5cce9b..0f6950073d6f 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.txt @@ -30,6 +30,7 @@ Required properties: Optional properties: - reset-gpios: GPIO specification for the RESET input - wake-gpios: GPIO specification for the WAKE input + - vcc-supply: Regulator that supplies the touchscreen - pinctrl-names: should be "default" - pinctrl-0: a phandle pointing to the pin settings for the -- 2.23.0