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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6544CC433FE for ; Thu, 5 May 2022 15:56:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1381515AbiEEQAd (ORCPT ); Thu, 5 May 2022 12:00:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381476AbiEEQAX (ORCPT ); Thu, 5 May 2022 12:00:23 -0400 Received: from mail-ej1-x633.google.com (mail-ej1-x633.google.com [IPv6:2a00:1450:4864:20::633]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B5D159BA0 for ; Thu, 5 May 2022 08:56:43 -0700 (PDT) Received: by mail-ej1-x633.google.com with SMTP id y3so9526731ejo.12 for ; Thu, 05 May 2022 08:56:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=TyZtZSd5cTSSlPOn3/pu61X0lFqS8ubq/VPK6S5b8ro=; b=CRCS3neJpFjGIowCVt0x91jnPy3Sh1dyCvNjbuisczZPX9DpbE8905wjJY+54Jn6ig 5gZbkvCxu1FlgxulT+mFCuRSMTbTJVIw8UeVH2oOzdPOx8CigjLmxl7Wwx81+shR6hOO BvJu6yoCZOUod4ARpSmFzS1cNg1wetzG8qpUo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TyZtZSd5cTSSlPOn3/pu61X0lFqS8ubq/VPK6S5b8ro=; b=uCcSHtnAyyuSMl6KgNE1D8+XRKxzx/zK0wyu2u95qutp3WqgRlcrUONHfWPLKelUia Ave9JhzlJI1lRtZT/dw1JsO/er8UdSyFpyTdMwVSvcT8YZgiSmBeV/Sz57AcRgQoZ+Op kIQ6vCvL0uXciKyun1fsgLjIc7x0JPKHOW0UFFJNsSW7E5oHgrSRNwdKKEQ2SImiM3xN /5WtRMg1149qcRu1vyOetkHkVS2Rofp5UytryvbirGZi6XF4F+IAyyE6qPRBYe3rRMvO ZHdlb6IoH6+MtHn5zrZieXYPFQCToiX00pTy09Gwx3sIqjT4RSs5CX4iDlS1jI3iJiU5 QWow== X-Gm-Message-State: AOAM531POGdzkCKe3zu6ciLs9JcmjZHDE6+xMsOGWzXlswxvxak0+Xci LirVH5w0L4EsQT/EzcJVZm/EsM1mZzNoeg== X-Google-Smtp-Source: ABdhPJzQ91SrEr4jqIJlYh5c4uaHTjIvA/8NnPhZ9OV82WfQE8Lb/8Yeh7BaCWjdlQVRd/NbvLG/zA== X-Received: by 2002:a17:906:6d91:b0:6f4:5433:72f5 with SMTP id h17-20020a1709066d9100b006f4543372f5mr19493466ejt.414.1651766201412; Thu, 05 May 2022 08:56:41 -0700 (PDT) Received: from dario-ThinkPad-T14s-Gen-2i.pdxnet.pdxeng.ch (host-87-0-15-73.retail.telecomitalia.it. [87.0.15.73]) by smtp.gmail.com with ESMTPSA id a4-20020aa7d904000000b0042617ba6385sm1009328edr.15.2022.05.05.08.56.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 05 May 2022 08:56:40 -0700 (PDT) From: Dario Binacchi To: linux-kernel@vger.kernel.org Cc: Dario Binacchi , Michael Trimarchi , Rob Herring , Dmitry Torokhov , Krzysztof Kozlowski , Rob Herring , Stephan Gerhold , devicetree@vger.kernel.org, linux-input@vger.kernel.org Subject: [RESEND PATCH v4 1/6] dt-bindings: input: touchscreen: edt-ft5x06: add report-rate-hz Date: Thu, 5 May 2022 17:56:30 +0200 Message-Id: <20220505155635.419653-2-dario.binacchi@amarulasolutions.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220505155635.419653-1-dario.binacchi@amarulasolutions.com> References: <20220505155635.419653-1-dario.binacchi@amarulasolutions.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org It allows to change the M06/M12 default scan rate. Co-developed-by: Michael Trimarchi Signed-off-by: Michael Trimarchi Signed-off-by: Dario Binacchi Acked-by: Rob Herring --- Changes in v4: - Add Rob Herring 'Acked-by' tag. Changes in v3: - Add hz unit suffix. - Add '|' to description. .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml index 2e8da7470513..46bc8c028fe6 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/edt-ft5x06.yaml @@ -85,6 +85,14 @@ properties: minimum: 0 maximum: 80 + report-rate-hz: + description: | + Allows setting the scan rate in Hertz. + M06 supports range from 30 to 140 Hz. + M12 supports range from 1 to 255 Hz. + minimum: 1 + maximum: 255 + touchscreen-size-x: true touchscreen-size-y: true touchscreen-fuzz-x: true -- 2.32.0