From patchwork Sun Aug 28 08:10:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 600743 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 28431C0502C for ; Sun, 28 Aug 2022 08:10:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229605AbiH1IKc (ORCPT ); Sun, 28 Aug 2022 04:10:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232224AbiH1IKa (ORCPT ); Sun, 28 Aug 2022 04:10:30 -0400 Received: from mail-lf1-x12b.google.com (mail-lf1-x12b.google.com [IPv6:2a00:1450:4864:20::12b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4AA0EE1F for ; Sun, 28 Aug 2022 01:10:28 -0700 (PDT) Received: by mail-lf1-x12b.google.com with SMTP id l8so7294480lfc.12 for ; Sun, 28 Aug 2022 01:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc; bh=StsNWXDB6+UB39PO4hQRxNgr6opwpDLTnHLXIf47Pq0=; b=mS59RvQKzSCZNt0P6hYq+zueCAqRD+IZBkzLwuVZOd1KSqNdmzJCexnJTnVdEGGzV1 tfP9vDlh2D5HBDSleuhT/9gwit6wppt0OgaqQ56imi8PQcrZA7dn4ijzJVfaO78Z4ftq tsEmHn+jYbUvYcb1Spc47BPfXG7ZfzxXEQdU1kpI4f4/HMy/2MLUsHLSfhgzLuR+9S9m +SnwTIwXKQmb1EcrNCVemIhtTb6bFQwzSpLglpP/yt0BSeKI8YcwplIuKcwKOJgj8Y5w leffeqUvWbpoinrJI80aQMOcBJP9ul8Qe9YqyUaeEkmdH2cvDnVqN0S+NPe4SNY3Vja4 kJZw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc; bh=StsNWXDB6+UB39PO4hQRxNgr6opwpDLTnHLXIf47Pq0=; b=lD5qJD6kueqMJnTtt/yC/DwmqiiooHYGdY4SorDmPLh37l6UY5/cm5cx+SBTZ9eSPl xELA4oJi4Hj6GPbfJa8LBdzlNpbXrcdjn+bQZ8CvVQTjIileTbwe+qtkDa2TD7vhxngK KDgx6grmLeILoMwW4Aa0Bj+vjY6bzj351ZBkknWURJqLQTI7fT5FsNHTap9h2s9RQ64G OjRQ7n6qvDOFhg+Xg13Q2Z3Ti3Rum0ReYCAQr014qrRKMBx23Xvhtyl+WwfR6M1Vtfb9 37ZBjJ8t4ofHRNRWRG+T3YC+35f9Tj/YvuGo6Ek6mZxyya8MIItclVRAgy5mWmx2Ukub ddXA== X-Gm-Message-State: ACgBeo3F0Z9nXinSgBuQG8G8ZFopI30wtUxKPzihENFySsFUDB2pLlEo nc9EF/V5Jq9XIT5kB0m3tybYZg== X-Google-Smtp-Source: AA6agR6uwI5PLX5/RfIg/F9RIaggAwBPfo1cB3rThmAcQRHtE+Kls8rCRwuSYGUYhCa+z+VuLRBSJQ== X-Received: by 2002:a05:6512:6cc:b0:48d:acaa:8a66 with SMTP id u12-20020a05651206cc00b0048dacaa8a66mr5223778lff.272.1661674226994; Sun, 28 Aug 2022 01:10:26 -0700 (PDT) Received: from krzk-bin.starman.ee (82.131.98.15.cable.starman.ee. [82.131.98.15]) by smtp.gmail.com with ESMTPSA id d10-20020a0565123d0a00b004946748ad4dsm199232lfv.159.2022.08.28.01.10.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 28 Aug 2022 01:10:26 -0700 (PDT) From: Krzysztof Kozlowski To: Andy Gross , Bjorn Andersson , Konrad Dybcio , "Rafael J. Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Rob Herring , Krzysztof Kozlowski , Dmitry Baryshkov , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Krzysztof Kozlowski Subject: [PATCH] dt-bindings: thermal: qcom-spmi-adc-tm5: add qcom,adc-tm7 Date: Sun, 28 Aug 2022 11:10:22 +0300 Message-Id: <20220828081022.96813-1-krzysztof.kozlowski@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org The qcom,adc-tm7 compatible is already used in PMK8350 so add it to the Qualcomm PMIC Thermal Monitoring ADC. Based on downstream sources, the new compatible for TM7 differs from older TM5 by allowing configuring per sensor decimation, time measurement and number of sample averaging - unlike one configuration per entire device. This was not reflected in the bindings, therefore comment the new compatible as incomplete as it might change and its ABI is no stable. Signed-off-by: Krzysztof Kozlowski Acked-by: Rob Herring --- Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml index feb390d50696..88f5fd1e2f28 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-spmi-adc-tm5.yaml @@ -13,6 +13,7 @@ properties: enum: - qcom,spmi-adc-tm5 - qcom,spmi-adc-tm5-gen2 + - qcom,adc-tm7 # Incomplete / subject to change reg: maxItems: 1