From patchwork Mon Jun 27 13:14:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephan Gerhold X-Patchwork-Id: 585375 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 C5820CCA488 for ; Mon, 27 Jun 2022 13:48:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236407AbiF0NsJ (ORCPT ); Mon, 27 Jun 2022 09:48:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236525AbiF0Nrl (ORCPT ); Mon, 27 Jun 2022 09:47:41 -0400 Received: from mx.kernkonzept.com (serv1.kernkonzept.com [IPv6:2a01:4f8:1c1c:b490::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5AF660C0; Mon, 27 Jun 2022 06:47:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kernkonzept.com; s=mx1; h=Content-Transfer-Encoding:MIME-Version:References :In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uNTu5bWKowGYvq7w/R4DulnpKDlePPR98onT6PArPP0=; b=IL++1c+EJUDljgpwubit48lVB7 zZYRcgINNxuE0hHnMo5RWxUPhoB56BdvIrm6I1zMX8bGU2rdckJ1UTlX+mK0tOTZQF1BrQ9cZ5SWC DWFdUoR3z9tGql5coHKGPRDgKteSs0i3ZJgfMG6fTHQnYVJqwFi5E7TAyZBz3rGaUOK1lpX2lHHhV Gj8g26Etlj6JLT7Gdk2VPH9xrHQ3NY5ns1wFRrAyLlUmqh5amcq1aur5bX/33bf2Bo08Ln95nO1mT fw90lIvpWjeEjYDHo6hvV0PcavxJE24It60id9IucRkskCJ/HudGiKX21xDwH9wALSpHR67Kpiwj/ DJG3xD9A==; Received: from [10.22.3.24] (helo=kernkonzept.com) by mx.kernkonzept.com with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.94.2) id 1o5oa5-006Cqx-7H; Mon, 27 Jun 2022 15:15:09 +0200 From: Stephan Gerhold To: Daniel Lezcano , "Rafael J. Wysocki" Cc: Amit Kucheria , Thara Gopinath , Zhang Rui , Rob Herring , Krzysztof Kozlowski , Bjorn Andersson , Andy Gross , linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, Stephan Gerhold , Stephan Gerhold Subject: [PATCH 2/3] dt-bindings: thermal: qcom-tsens: Add MSM8909 compatible Date: Mon, 27 Jun 2022 15:14:14 +0200 Message-Id: <20220627131415.2868938-3-stephan.gerhold@kernkonzept.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220627131415.2868938-1-stephan.gerhold@kernkonzept.com> References: <20220627131415.2868938-1-stephan.gerhold@kernkonzept.com> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org MSM8909 uses the TSENS v0.1 block similar to other SoCs like MSM8916. Document the "qcom,msm8909-tsens" compatible in the existing schema. Signed-off-by: Stephan Gerhold Acked-by: Krzysztof Kozlowski --- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index e93e9deec6f6..5cd5501e578c 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -29,6 +29,7 @@ properties: items: - enum: - qcom,mdm9607-tsens + - qcom,msm8909-tsens - qcom,msm8916-tsens - qcom,msm8939-tsens - qcom,msm8974-tsens