From patchwork Wed Mar 27 13:39:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marco Felsch X-Patchwork-Id: 10873491 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 4664D13B5 for ; Wed, 27 Mar 2019 13:39:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2ED6A27C0B for ; Wed, 27 Mar 2019 13:39:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1FB20285D6; Wed, 27 Mar 2019 13:39:36 +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=-7.9 required=2.0 tests=BAYES_00,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 AC9F027C0B for ; Wed, 27 Mar 2019 13:39:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729034AbfC0Nje (ORCPT ); Wed, 27 Mar 2019 09:39:34 -0400 Received: from metis.ext.pengutronix.de ([85.220.165.71]:33509 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728905AbfC0Njd (ORCPT ); Wed, 27 Mar 2019 09:39:33 -0400 Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28] helo=dude02.lab.pengutronix.de) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1h98mC-0007de-4o; Wed, 27 Mar 2019 14:39:32 +0100 Received: from mfe by dude02.lab.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1h98mB-0000PC-Li; Wed, 27 Mar 2019 14:39:31 +0100 From: Marco Felsch To: dmitry.torokhov@gmail.com, robh+dt@kernel.org Cc: kernel@pengutronix.de, linux-input@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 2/4] dt-bindings: input: ads7846: fix property description Date: Wed, 27 Mar 2019 14:39:25 +0100 Message-Id: <20190327133927.1340-3-m.felsch@pengutronix.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190327133927.1340-1-m.felsch@pengutronix.de> References: <20190327133927.1340-1-m.felsch@pengutronix.de> MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::28 X-SA-Exim-Mail-From: mfe@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-input@vger.kernel.org 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 The ti,y-max is used for the maximum value of the Y axis. Signed-off-by: Marco Felsch Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/input/touchscreen/ads7846.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt b/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt index 04413da51391..ce540ddac902 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/ads7846.txt @@ -52,7 +52,7 @@ Optional properties: ti,x-min Minimum value on the X axis (u16). ti,y-min Minimum value on the Y axis (u16). ti,x-max Maximum value on the X axis (u16). - ti,y-max Minimum value on the Y axis (u16). + ti,y-max Maximum value on the Y axis (u16). ti,pressure-min Minimum reported pressure value (threshold) - u16. ti,pressure-max Maximum reported pressure value (u16).