Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp1268333imm; Tue, 22 May 2018 01:01:54 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrCy5DowMSwjSHAHEhnMr6i2gklARbMu/nKkq1Ijg5aq3AxVaIXfk66nFWAf2rlrrHl4JK+ X-Received: by 2002:a63:a002:: with SMTP id r2-v6mr18134180pge.240.1526976114566; Tue, 22 May 2018 01:01:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526976114; cv=none; d=google.com; s=arc-20160816; b=TFo4JLPXAK3Gt6gLPhnRI8dTlagxGjkSAgjsDCF7Ki5aaQZXp/1o9KRL0pgUcyu3lx F0sUZzehzljEuRwxgdCwgqbnw5ENliRP9wTVD51BNHbz0AVwE/B1bbMM+JgFFaO2tKwA DUAyBDKIRO8YVDG2066GxX3DD3ijhC9yJ75mkB3e9S/cs8YjQMCFGHzFPtCrEXicUKUI 16h4PjDvKtPZo1ikCs9zu6D1yZEsD6ThzPPbyA0IuLssEjKc75p2DYK4ctqcGqJh+otW IBb7x8hUiBgMrQKkgMzrsa0kt6xkqL+whWYmAkwwdSK8aMKnmjQ2GwLoKeY5dMQaT/NS yIbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:arc-authentication-results; bh=Q7J1/rlAIgv0mplluaHfrVGxQmQL9ssASemdCsqdYc8=; b=0vK5tpZWuvtAI9gw+yH2QtUg0FaCq7UOThHMV6wKFM+LeX+u7fcSYJJ0LH0klBMlyZ VEfupdpJlT9d2e+yUVjdPvH/863gzQj9rSgZu+YxvdY6JuJzmX8xkxmLnfcMqQpXiHzo FCkQGGIrl/Y6mLoAG8/1BBoSjNfNDH5xBK7IfP6BOjClxBKphmzeWhZWDLu3T8KDjGSn +XSTDkFI1zEyxU5tO6XOkMcSahxwrOAa4G9WVwGQZ4+QnTxd4nAv4aHuEEUh1TvVRaXC ZgJjhp7iNbSTkElXNTCeMUOuEerGQR6xfmc22kJDFHpnC76+vP0OrXRBcQ3nMZiKW9V3 +QMg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c5-v6si15758412pll.449.2018.05.22.01.01.40; Tue, 22 May 2018 01:01:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751554AbeEVIBS (ORCPT + 99 others); Tue, 22 May 2018 04:01:18 -0400 Received: from esa5.microchip.iphmx.com ([216.71.150.166]:23029 "EHLO esa5.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751349AbeEVHzj (ORCPT ); Tue, 22 May 2018 03:55:39 -0400 X-IronPort-AV: E=Sophos;i="5.49,429,1520924400"; d="scan'208";a="12323653" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa5.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 May 2018 00:55:39 -0700 Received: from eh-station.mchp-main.com (10.10.76.4) by chn-sv-exch02.mchp-main.com (10.10.76.38) with Microsoft SMTP Server id 14.3.352.0; Tue, 22 May 2018 00:55:38 -0700 From: Eugen Hristev To: , , , , , , , , , , CC: Eugen Hristev Subject: [PATCH v7 3/9] dt-bindings: input: touchscreen: add minimum pressure touchscreen property Date: Tue, 22 May 2018 10:52:33 +0300 Message-ID: <1526975559-18966-4-git-send-email-eugen.hristev@microchip.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1526975559-18966-1-git-send-email-eugen.hristev@microchip.com> References: <1526975559-18966-1-git-send-email-eugen.hristev@microchip.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add a common touchscreen optional property that will specify the minimum pressure applied to the screen that is needed such that the driver will report the touch event. Signed-off-by: Eugen Hristev Reviewed-by: Rob Herring --- Changes in v5: - Modified property name to touchscreen-min-pressure from touchscreen-threshold-property Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt index 537643e..d092d5d 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt +++ b/Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt @@ -7,6 +7,9 @@ Optional properties for Touchscreens: (in pixels) - touchscreen-max-pressure : maximum reported pressure (arbitrary range dependent on the controller) + - touchscreen-min-pressure : minimum pressure on the touchscreen to be + achieved in order for the touchscreen + driver to report a touch event. - touchscreen-fuzz-x : horizontal noise value of the absolute input device (in pixels) - touchscreen-fuzz-y : vertical noise value of the absolute input -- 2.7.4