From 95fa5283b56a175fb82ce6f79aadb41a68e8b72d Mon Sep 17 00:00:00 2001 From: Nitesh Kumar Date: Fri, 19 Apr 2024 11:05:26 +0530 Subject: [PATCH] ARM: dts: qcom: Add cold temp mitigation cdev in pitti Add wpss zeroc vdd restriction cooling device in pitti. Change-Id: I7faacff5d272181d345aa7d4e578826a857928b0 --- qcom/pitti-thermal.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/qcom/pitti-thermal.dtsi b/qcom/pitti-thermal.dtsi index ca50f46d..274d768c 100644 --- a/qcom/pitti-thermal.dtsi +++ b/qcom/pitti-thermal.dtsi @@ -171,6 +171,15 @@ #cooling-cells = <2>; }; }; + + wpss { + qcom,instance-id = ; + + wpss_vdd: wpss_vdd { + qcom,qmi-dev-name = "cpuv_restriction_cold"; + #cooling-cells = <2>; + }; + }; }; qcom,userspace-cdev { @@ -882,6 +891,11 @@ trip = <&zeroc_0_trip>; cooling-device = <&mx_cdev 1 1>; }; + + wpss_vdd_cdev { + trip = <&zeroc_0_trip>; + cooling-device = <&wpss_vdd 1 1>; + }; }; }; @@ -913,6 +927,11 @@ trip = <&zeroc_1_trip>; cooling-device = <&mx_cdev 1 1>; }; + + wpss_vdd_cdev { + trip = <&zeroc_1_trip>; + cooling-device = <&wpss_vdd 1 1>; + }; }; }; };