Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp5393138ybf; Wed, 4 Mar 2020 23:50:07 -0800 (PST) X-Google-Smtp-Source: ADFU+vsMZ5bcSG0QnSPFnhDqs7ZKnIfQC5480J9AUdaWIgGQaDUhnpvJ2Nx1mN/4r0fNg4o92oks X-Received: by 2002:a9d:7cc2:: with SMTP id r2mr5904993otn.152.1583394607188; Wed, 04 Mar 2020 23:50:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583394607; cv=none; d=google.com; s=arc-20160816; b=nCMz/UlqA9IzzBWEbEwLjsEaaZ1SzAzC7Q4s4oryBE37gbRqYBWCARDhv4USaRsHgK aGA7zPhJq8hZpNWK7vfb5M/sRq/DaxRIajl9bx7zct+LT02CJtoMyvlJLXKc5dobVERX UXPQzpLNcHfq5qV0g5/9cQCkApj68NEYunFh9iyV/tcda3p7sIPNBlgVSD39O+OkggUf W/SSI1AzIXZIT5wdZhZ/3tt8ovDNyTbmvsSEHziizdp6t/5CV30cbstJA7xAYni+84Nd ufIi5yUXBLoNR/Txn5moAkEoicBy7P8LMEiS9IE2vxgbAKR5S4AmPdviTa43NbuitBhZ 3XFw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=ifLeK9vxLVsywjl9kq0KKNpRorjxE/iWKNr1WreiJNc=; b=u0sUuxvoyJj34sAs+yi5OtqHcKX2j+kv4o3XNk//C090FOb5Cy0ucHJzwBQjYWSN8N rCmFRU9KiSwKlqtSGu5RadLDxEvHNhftHKc1GncZD4zJ3yxnsYwgs/cLBTWr2w1R06+6 n7lYAmYHW1q594EjZ2X4mQ1Z9b1JXRzFXnLX515u5EcMedeontlQ215wJ6uF1r4dVuHU KBmZ86OBegV3937rWY5F729jM0rvP49fXHKcuEX4qIwTdUQ9FQEmsCqx3JfVpUv1zDtq qp72HT9duSNTikvzkUkrg+yaoRVSP7zH0rNg/VXvCp1MR59POHyHvAPsij4GB2CBcz6T lmZg== 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 l9si3154097otr.27.2020.03.04.23.49.55; Wed, 04 Mar 2020 23:50:07 -0800 (PST) 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 S1726036AbgCEHtd (ORCPT + 99 others); Thu, 5 Mar 2020 02:49:33 -0500 Received: from alexa-out-blr-02.qualcomm.com ([103.229.18.198]:11206 "EHLO alexa-out-blr-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725900AbgCEHtd (ORCPT ); Thu, 5 Mar 2020 02:49:33 -0500 Received: from ironmsg01-blr.qualcomm.com ([10.86.208.130]) by alexa-out-blr-02.qualcomm.com with ESMTP/TLS/AES256-SHA; 05 Mar 2020 13:19:30 +0530 Received: from c-rkambl-linux1.qualcomm.com ([10.242.50.190]) by ironmsg01-blr.qualcomm.com with ESMTP; 05 Mar 2020 13:19:14 +0530 Received: by c-rkambl-linux1.qualcomm.com (Postfix, from userid 2344811) id 620F639C1; Thu, 5 Mar 2020 13:19:13 +0530 (IST) From: Rajeshwari To: Andy Gross , Rob Herring , Bjorn Andersson Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sanm@codeaurora.org, sivaa@codeaurora.org, Rajeshwari Subject: [PATCH 1/1] arm64: dts: qcom: sc7180: Added critical trip point Thermal-zones node Date: Thu, 5 Mar 2020 13:19:07 +0530 Message-Id: <1583394547-12779-2-git-send-email-rkambl@codeaurora.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1583394547-12779-1-git-send-email-rkambl@codeaurora.org> References: <1583394547-12779-1-git-send-email-rkambl@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To enable kernel critical shutdown feature added critical trip point to all non CPU sensors to perform shutdown in orderly manner. Signed-off-by: Rajeshwari --- arch/arm64/boot/dts/qcom/sc7180.dtsi | 78 ++++++++++++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi index 253274d..ca876ed 100644 --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -2366,6 +2366,12 @@ hysteresis = <2000>; type = "hot"; }; + + aoss0_crit: aoss0_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2421,6 +2427,12 @@ hysteresis = <2000>; type = "hot"; }; + + gpuss0_crit: gpuss0_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2436,6 +2448,12 @@ hysteresis = <2000>; type = "hot"; }; + + gpuss1_crit: gpuss1_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2451,6 +2469,12 @@ hysteresis = <2000>; type = "hot"; }; + + aoss1_crit: aoss1_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2466,6 +2490,12 @@ hysteresis = <2000>; type = "hot"; }; + + cwlan_crit: cwlan_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2481,6 +2511,12 @@ hysteresis = <2000>; type = "hot"; }; + + audio_crit: audio_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2496,6 +2532,12 @@ hysteresis = <2000>; type = "hot"; }; + + ddr_crit: ddr_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2511,6 +2553,12 @@ hysteresis = <2000>; type = "hot"; }; + + q6_hvx_crit: q6_hvx_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2526,6 +2574,12 @@ hysteresis = <2000>; type = "hot"; }; + + camera_crit: camera_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2541,6 +2595,12 @@ hysteresis = <2000>; type = "hot"; }; + + mdm_crit: mdm_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2556,6 +2616,12 @@ hysteresis = <2000>; type = "hot"; }; + + mdm_dsp_crit: mdm_dsp_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2571,6 +2637,12 @@ hysteresis = <2000>; type = "hot"; }; + + npu_crit: npu_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2586,6 +2658,12 @@ hysteresis = <2000>; type = "hot"; }; + + video_crit: video_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; }; -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation