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 X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DB2CC433ED for ; Fri, 23 Apr 2021 18:24:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EBBBB6146E for ; Fri, 23 Apr 2021 18:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243754AbhDWSZc (ORCPT ); Fri, 23 Apr 2021 14:25:32 -0400 Received: from alexa-out.qualcomm.com ([129.46.98.28]:65303 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243743AbhDWSZ3 (ORCPT ); Fri, 23 Apr 2021 14:25:29 -0400 Received: from ironmsg07-lv.qualcomm.com ([10.47.202.151]) by alexa-out.qualcomm.com with ESMTP; 23 Apr 2021 11:24:52 -0700 X-QCInternal: smtphost Received: from ironmsg01-blr.qualcomm.com ([10.86.208.130]) by ironmsg07-lv.qualcomm.com with ESMTP/TLS/AES256-SHA; 23 Apr 2021 11:24:50 -0700 X-QCInternal: smtphost Received: from c-rkambl-linux1.ap.qualcomm.com (HELO c-rkambl-linux1.qualcomm.com) ([10.242.50.221]) by ironmsg01-blr.qualcomm.com with ESMTP; 23 Apr 2021 23:54:16 +0530 Received: by c-rkambl-linux1.qualcomm.com (Postfix, from userid 2344811) id A6BCF4845; Fri, 23 Apr 2021 23:54:15 +0530 (IST) From: Rajeshwari To: amitk@kernel.org, thara.gopinath@linaro.org, agross@kernel.org, bjorn.andersson@linaro.org, rui.zhang@intel.com, daniel.lezcano@linaro.org, robh+dt@kernel.org Cc: linux-pm@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sanm@codeaurora.org, manafm@codeaurora.org, Rajeshwari Subject: [PATCH V2 0/3] Add DT bindings and device tree nodes for TSENS in SC7280. Date: Fri, 23 Apr 2021 23:52:54 +0530 Message-Id: <1619202177-13485-1-git-send-email-rkambl@codeaurora.org> X-Mailer: git-send-email 2.7.4 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Added compatible string in TSENS dt-bindings, device node for TSENS controller and critical interrupt support, Thermal zone support, cooling maps and added hysteresis as zero as it is not needed for critical trip points. Changes: 1) Added sensors according to sensor ID's under thermal-zones. 2) Added hysteresis as zero as it is not needed as system is supposed to shut down when critical point is reached. Dependencies: https://lore.kernel.org/patchwork/project/lkml/list/?series=487403 https://lore.kernel.org/patchwork/patch/1410952/ Rajeshwari (3): dt-bindings: thermal: tsens: Add compatible string to TSENS binding for SC7280 ARM: dts: qcom: Add device node support for TSENS in SC7280. ARM: dts: qcom: Add Thermal zone support in SC7280. .../devicetree/bindings/thermal/qcom-tsens.yaml | 1 + arch/arm64/boot/dts/qcom/sc7280.dtsi | 866 +++++++++++++++++++++ 2 files changed, 867 insertions(+) -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation