Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4458646ybf; Wed, 4 Mar 2020 04:26:18 -0800 (PST) X-Google-Smtp-Source: ADFU+vtF/OHfr5ZZDLghRwKlTse+H0jOCnzVW6ZjYJYjzCpkjx439QoxKPnKCNIA2f9J4rCY0zEf X-Received: by 2002:a9d:638d:: with SMTP id w13mr2168981otk.220.1583324777627; Wed, 04 Mar 2020 04:26:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583324777; cv=none; d=google.com; s=arc-20160816; b=C3REnGX19k6J3PSigR23YYg87Zp7xSmFBYoMSRkqk79gT4Tk/86QlNWAA5Tvf2N/ah nwKjdPMtyr8aKBWfcqMvvarzy5+aDowwqyatLhodgRLFXRCioAPnofNNHA7P8TLq5wh+ oStJe1mtUHO2an0YNL9gtUBLLxfZOHfayKcKYZ4yFvin488ApLH7BsAeX76Lme1ivCK/ 8ARPwjfC16YXFCV2LcePpQFSOV6Ks/eNmw5w5JGiTC32NHwuqbUWtzfQdaCwv9YmOmka XYlYHWzo8vXLkqSxpoa+DwPbxkt5kqVo8RUB/6Lm9/SOqRN+UDTm5ljWbluBOjtmvXhg Z9MA== 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=u5L6KXzhLwsKUfiG7oSG9UU6y7QFRPGuQNwEkHPI2T8=; b=osjITk+187j62skjfa1DhVS5/xe/ZqmVMmbp4AYFBdhy/ZqAUHpQujfjIxqL5tIC+m vhQBiEydIKkOShxTS2yo54q3EEOhibjOxJTjhXqyxiEjyKP7zMfYi9QJzcJXEcwOJafm HQmHD8iGGndG5b/V4quHT7Thej28f+7CgHvapTIPDWRWRJQ+rzqy+A/0phmZiEzFxy3t +ReAPFr94jGAGcY8sZdxSvs9vauDwrtREi0q8ZpkCKxFnXH94ZY5crknqf2WXIA62Oil ocoTWombUZYIih8SLdIPqQNs+4s2W5SlHwlvZqytVKnY0QmECfahviGfJ9U9CZTeVKJ8 VL4g== 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 f9si1085354oti.44.2020.03.04.04.26.06; Wed, 04 Mar 2020 04:26:17 -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 S2388061AbgCDMYa (ORCPT + 99 others); Wed, 4 Mar 2020 07:24:30 -0500 Received: from alexa-out-blr-02.qualcomm.com ([103.229.18.198]:44453 "EHLO alexa-out-blr-02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388048AbgCDMY3 (ORCPT ); Wed, 4 Mar 2020 07:24:29 -0500 Received: from ironmsg02-blr.qualcomm.com ([10.86.208.131]) by alexa-out-blr-02.qualcomm.com with ESMTP/TLS/AES256-SHA; 04 Mar 2020 17:54:24 +0530 Received: from c-rkambl-linux1.qualcomm.com ([10.242.50.190]) by ironmsg02-blr.qualcomm.com with ESMTP; 04 Mar 2020 17:54:08 +0530 Received: by c-rkambl-linux1.qualcomm.com (Postfix, from userid 2344811) id 432FB3A8B; Wed, 4 Mar 2020 17:54:07 +0530 (IST) From: Rajeshwari To: Andy Gross , Rob Herring , Bjorn Andersson , Mark Rutland 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: Wed, 4 Mar 2020 17:53:55 +0530 Message-Id: <1583324635-8271-2-git-send-email-rkambl@codeaurora.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1583324635-8271-1-git-send-email-rkambl@codeaurora.org> References: <1583324635-8271-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 b8a72cf..7e5f14f 100644 --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi @@ -1956,6 +1956,12 @@ hysteresis = <2000>; type = "hot"; }; + + aoss0_crit: aoss0_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2011,6 +2017,12 @@ hysteresis = <2000>; type = "hot"; }; + + gpuss0_crit: gpuss0_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2026,6 +2038,12 @@ hysteresis = <2000>; type = "hot"; }; + + gpuss1_crit: gpuss1_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2041,6 +2059,12 @@ hysteresis = <2000>; type = "hot"; }; + + aoss1_crit: aoss1_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2056,6 +2080,12 @@ hysteresis = <2000>; type = "hot"; }; + + cwlan_crit: cwlan_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2071,6 +2101,12 @@ hysteresis = <2000>; type = "hot"; }; + + audio_crit: audio_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2086,6 +2122,12 @@ hysteresis = <2000>; type = "hot"; }; + + ddr_crit: ddr_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2101,6 +2143,12 @@ hysteresis = <2000>; type = "hot"; }; + + q6_hvx_crit: q6_hvx_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2116,6 +2164,12 @@ hysteresis = <2000>; type = "hot"; }; + + camera_crit: camera_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2131,6 +2185,12 @@ hysteresis = <2000>; type = "hot"; }; + + mdm_crit: mdm_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2146,6 +2206,12 @@ hysteresis = <2000>; type = "hot"; }; + + mdm_dsp_crit: mdm_dsp_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2161,6 +2227,12 @@ hysteresis = <2000>; type = "hot"; }; + + npu_crit: npu_crit { + temperature = <110000>; + hysteresis = <2000>; + type = "critical"; + }; }; }; @@ -2176,6 +2248,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