From patchwork Wed Jul 12 08:01:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mauro Salvini X-Patchwork-Id: 9836121 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3D7C2602BD for ; Wed, 12 Jul 2017 08:12:04 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 30D3028610 for ; Wed, 12 Jul 2017 08:12:04 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2597028618; Wed, 12 Jul 2017 08:12:04 +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=-6.9 required=2.0 tests=BAYES_00,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 42C5128610 for ; Wed, 12 Jul 2017 08:12:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933581AbdGLIMB (ORCPT ); Wed, 12 Jul 2017 04:12:01 -0400 Received: from MAIL.SMIGROUP.IT ([82.188.252.231]:46664 "EHLO mail.smigroup.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933300AbdGLIL7 (ORCPT ); Wed, 12 Jul 2017 04:11:59 -0400 X-Greylist: delayed 610 seconds by postgrey-1.27 at vger.kernel.org; Wed, 12 Jul 2017 04:11:58 EDT Received: from mail.smigroup.it (unknown [192.168.50.4]) by srv-gwmail.smigroup.local with smtp id 32ea_0e0b_f8230a94_bcf7_4a2f_9b57_7ac815f9d2f1; Wed, 12 Jul 2017 10:01:38 +0200 Received: from localhost (localhost [127.0.0.1]) by mail.smigroup.it (Postfix) with ESMTP id 1AFD1A9BED7; Wed, 12 Jul 2017 10:01:39 +0200 (CEST) X-Virus-Scanned: amavisd-new at smigroup.it Received: from mail.smigroup.it ([127.0.0.1]) by localhost (mail.smigroup.it [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QbkT8zgowWNy; Wed, 12 Jul 2017 10:01:39 +0200 (CEST) Received: from port-msalvini (unknown [10.0.69.18]) by mail.smigroup.it (Postfix) with ESMTPSA id C9B74A9BED6; Wed, 12 Jul 2017 10:01:38 +0200 (CEST) Received: from [::1] (helo=port-msalvini.smigroup.local) by port-msalvini with esmtp (Exim 4.89) (envelope-from ) id 1dVCa8-0001rB-IW; Wed, 12 Jul 2017 10:01:12 +0200 From: Mauro Salvini Cc: Dmitry Torokhov , Rob Herring , Mark Rutland , linux-input@vger.kernel.org, Mauro Salvini Subject: [PATCH] dt-bindings: input: tsc2005: fix vio-supply property Date: Wed, 12 Jul 2017 10:01:11 +0200 Message-Id: <20170712080111.7094-1-mauro.salvini@smigroup.net> X-Mailer: git-send-email 2.11.0 To: unlisted-recipients:; (no To-header on input) 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 tsc2005 documentation reports that vio-supply property is optional, but actually this property is required (driver fails with error if not present) Signed-off-by: Mauro Salvini --- Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt b/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt index b80c04b0e5c0..5c5f80abe78e 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/tsc2005.txt @@ -6,9 +6,9 @@ Required properties: - interrupts : IRQ specifier - spi-max-frequency : Maximum SPI clocking speed of the device (for tsc2005) + - vio-supply : Regulator specifier Optional properties: - - vio-supply : Regulator specifier - reset-gpios : GPIO specifier for the controller reset line - ti,x-plate-ohms : integer, resistance of the touchscreen's X plates in ohm (defaults to 280)