Unlike the CPU, the CDSP/Modem does not throttle its speed automatically
when it reaches high temperatures in kodiak.

Set up CDSP cooling by throttling the cdsp when it reaches 100°C and
for modem when it reaches to 95°C.

Since the remoteproc_mpss node doesn't exist on non modem boards, the
cooling-maps that reference it cause DT compilation errors. To fix that
remove inherited mdmss cooling-map nodes.

Signed-off-by: Gaurav Kohli <[email protected]>
---
 arch/arm64/boot/dts/qcom/kodiak.dtsi               | 134 ++++++++++++++++++++-
 .../boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts     |  17 +++
 arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts       |  17 +++
 .../dts/qcom/qcs6490-thundercomm-minipc-g1iot.dts  |  17 +++
 .../boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts |  17 +++
 .../boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi    |  17 +++
 .../boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi   |  16 +++
 7 files changed, 231 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/kodiak.dtsi 
b/arch/arm64/boot/dts/qcom/kodiak.dtsi
index fa540d8c2615..d6fbafae6d3e 100644
--- a/arch/arm64/boot/dts/qcom/kodiak.dtsi
+++ b/arch/arm64/boot/dts/qcom/kodiak.dtsi
@@ -14,6 +14,7 @@
 #include <dt-bindings/clock/qcom,rpmh.h>
 #include <dt-bindings/clock/qcom,videocc-sc7280.h>
 #include <dt-bindings/dma/qcom-gpi.h>
+#include <dt-bindings/firmware/qcom,qmi-tmd.h>
 #include <dt-bindings/firmware/qcom,scm.h>
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/interconnect/qcom,icc.h>
@@ -3427,6 +3428,8 @@ remoteproc_mpss: remoteproc@4080000 {
                        qcom,smem-states = <&modem_smp2p_out 0>;
                        qcom,smem-state-names = "stop";
 
+                       #cooling-cells = <3>;
+
                        status = "disabled";
 
                        glink-edge {
@@ -4787,6 +4790,8 @@ remoteproc_cdsp: remoteproc@a300000 {
                        qcom,smem-states = <&cdsp_smp2p_out 0>;
                        qcom,smem-state-names = "stop";
 
+                       #cooling-cells = <3>;
+
                        status = "disabled";
 
                        glink-edge {
@@ -4906,6 +4911,7 @@ compute-cb@14 {
                                        };
                                };
                        };
+
                };
 
                usb_1: usb@a600000 {
@@ -7716,6 +7722,8 @@ map0 {
                };
 
                nspss0-thermal {
+                       polling-delay-passive = <200>;
+
                        thermal-sensors = <&tsens1 3>;
 
                        trips {
@@ -7725,15 +7733,31 @@ nspss0_alert0: trip-point0 {
                                        type = "hot";
                                };
 
+                               nspss0_alert1: trip-point1 {
+                                       temperature = <100000>;
+                                       hysteresis = <5000>;
+                                       type = "passive";
+                               };
+
                                nspss0_crit: nspss0-crit {
                                        temperature = <110000>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
                        };
+
+                       cooling-maps {
+                               map0 {
+                                       trip = <&nspss0_alert1>;
+                                       cooling-device = <&remoteproc_cdsp 
QCOM_CDSP_TMD_CDSP_SW
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+                       };
                };
 
                nspss1-thermal {
+                       polling-delay-passive = <200>;
+
                        thermal-sensors = <&tsens1 4>;
 
                        trips {
@@ -7743,12 +7767,26 @@ nspss1_alert0: trip-point0 {
                                        type = "hot";
                                };
 
+                               nspss1_alert1: trip-point1 {
+                                       temperature = <100000>;
+                                       hysteresis = <5000>;
+                                       type = "passive";
+                               };
+
                                nspss1_crit: nspss1-crit {
                                        temperature = <110000>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
                        };
+
+                       cooling-maps {
+                               map0 {
+                                       trip = <&nspss1_alert1>;
+                                       cooling-device = <&remoteproc_cdsp 
QCOM_CDSP_TMD_CDSP_SW
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+                       };
                };
 
                video-thermal {
@@ -7787,7 +7825,9 @@ ddr_crit: ddr-crit {
                        };
                };
 
-               mdmss0-thermal {
+               mdmss0_thermal: mdmss0-thermal {
+                       polling-delay-passive = <200>;
+
                        thermal-sensors = <&tsens1 7>;
 
                        trips {
@@ -7797,15 +7837,37 @@ mdmss0_alert0: trip-point0 {
                                        type = "hot";
                                };
 
+                               mdmss0_alert1: trip-point1 {
+                                       temperature = <95000>;
+                                       hysteresis = <2000>;
+                                       type = "passive";
+                               };
+
                                mdmss0_crit: mdmss0-crit {
                                        temperature = <110000>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
                        };
+
+                       cooling-maps {
+                               map0 {
+                                       trip = <&mdmss0_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_PA
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+
+                               map1 {
+                                       trip = <&mdmss0_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_MODEM
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+                       };
                };
 
-               mdmss1-thermal {
+               mdmss1_thermal: mdmss1-thermal {
+                       polling-delay-passive = <200>;
+
                        thermal-sensors = <&tsens1 8>;
 
                        trips {
@@ -7815,15 +7877,37 @@ mdmss1_alert0: trip-point0 {
                                        type = "hot";
                                };
 
+                               mdmss1_alert1: trip-point1 {
+                                       temperature = <95000>;
+                                       hysteresis = <2000>;
+                                       type = "passive";
+                               };
+
                                mdmss1_crit: mdmss1-crit {
                                        temperature = <110000>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
                        };
+
+                       cooling-maps {
+                               map0 {
+                                       trip = <&mdmss1_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_PA
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+
+                               map1 {
+                                       trip = <&mdmss1_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_MODEM
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+                       };
                };
 
-               mdmss2-thermal {
+               mdmss2_thermal: mdmss2-thermal {
+                       polling-delay-passive = <200>;
+
                        thermal-sensors = <&tsens1 9>;
 
                        trips {
@@ -7833,15 +7917,37 @@ mdmss2_alert0: trip-point0 {
                                        type = "hot";
                                };
 
+                               mdmss2_alert1: trip-point1 {
+                                       temperature = <95000>;
+                                       hysteresis = <2000>;
+                                       type = "passive";
+                               };
+
                                mdmss2_crit: mdmss2-crit {
                                        temperature = <110000>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
                        };
+
+                       cooling-maps {
+                               map0 {
+                                       trip = <&mdmss2_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_PA
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+
+                               map1 {
+                                       trip = <&mdmss2_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_MODEM
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+                       };
                };
 
-               mdmss3-thermal {
+               mdmss3_thermal: mdmss3-thermal {
+                       polling-delay-passive = <200>;
+
                        thermal-sensors = <&tsens1 10>;
 
                        trips {
@@ -7851,12 +7957,32 @@ mdmss3_alert0: trip-point0 {
                                        type = "hot";
                                };
 
+                               mdmss3_alert1: trip-point1 {
+                                       temperature = <95000>;
+                                       hysteresis = <2000>;
+                                       type = "passive";
+                               };
+
                                mdmss3_crit: mdmss3-crit {
                                        temperature = <110000>;
                                        hysteresis = <0>;
                                        type = "critical";
                                };
                        };
+
+                       cooling-maps {
+                               map0 {
+                                       trip = <&mdmss3_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_PA
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+
+                               map1 {
+                                       trip = <&mdmss3_alert1>;
+                                       cooling-device = <&remoteproc_mpss 
QCOM_MODEM_TMD_MODEM
+                                                        THERMAL_NO_LIMIT 
THERMAL_NO_LIMIT>;
+                               };
+                       };
                };
 
                camera0-thermal {
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts 
b/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
index bb5a42b038f1..400d128132fc 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
@@ -24,6 +24,23 @@
 /delete-node/ &adsp_mem;
 /delete-node/ &cdsp_mem;
 /delete-node/ &ipa_fw_mem;
+
+&mdmss0_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss1_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss2_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss3_thermal {
+       /delete-node/ cooling-maps;
+};
+
 /delete-node/ &mpss_mem;
 /delete-node/ &remoteproc_mpss;
 /delete-node/ &remoteproc_wpss;
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts 
b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
index 37a3b51323ce..187bc2899191 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-rb3gen2.dts
@@ -25,6 +25,23 @@
 /delete-node/ &rmtfs_mem;
 /delete-node/ &adsp_mem;
 /delete-node/ &cdsp_mem;
+
+&mdmss0_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss1_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss2_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss3_thermal {
+       /delete-node/ cooling-maps;
+};
+
 /delete-node/ &video_mem;
 /delete-node/ &wlan_ce_mem;
 /delete-node/ &wpss_mem;
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-minipc-g1iot.dts 
b/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-minipc-g1iot.dts
index a5ad796cb65d..1e190ed18ae5 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-minipc-g1iot.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-minipc-g1iot.dts
@@ -22,6 +22,23 @@
 /delete-node/ &cdsp_mem;
 /delete-node/ &ipa_fw_mem;
 /delete-node/ &mpss_mem;
+
+&mdmss0_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss1_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss2_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss3_thermal {
+       /delete-node/ cooling-maps;
+};
+
 /delete-node/ &remoteproc_mpss;
 /delete-node/ &remoteproc_wpss;
 /delete-node/ &rmtfs_mem;
diff --git a/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts 
b/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts
index f47efca42d48..8e8dd4efd8c0 100644
--- a/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts
+++ b/arch/arm64/boot/dts/qcom/qcs6490-thundercomm-rubikpi3.dts
@@ -23,6 +23,23 @@
 /delete-node/ &adsp_mem;
 /delete-node/ &cdsp_mem;
 /delete-node/ &ipa_fw_mem;
+
+&mdmss0_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss1_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss2_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss3_thermal {
+       /delete-node/ cooling-maps;
+};
+
 /delete-node/ &mpss_mem;
 /delete-node/ &remoteproc_mpss;
 /delete-node/ &remoteproc_wpss;
diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi 
b/arch/arm64/boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi
index b721a8546800..1e9d7e7b5fa2 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine-lte-sku.dtsi
@@ -26,8 +26,25 @@ &ipa {
        status = "okay";
 };
 
+&mdmss0_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss1_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss2_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss3_thermal {
+       /delete-node/ cooling-maps;
+};
+
 &remoteproc_mpss {
        compatible = "qcom,sc7280-mss-pil";
+       /delete-property/ #cooling-cells;
        reg = <0 0x04080000 0 0x10000>, <0 0x04180000 0 0x48>;
        reg-names = "qdsp6", "rmb";
 
diff --git a/arch/arm64/boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi 
b/arch/arm64/boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi
index 3ebc915f0dc2..6642076f62c4 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi
@@ -7,6 +7,22 @@
 
 /* WIFI SKUs save 256M by not having modem/mba/rmtfs memory regions defined. */
 
+&mdmss0_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss1_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss2_thermal {
+       /delete-node/ cooling-maps;
+};
+
+&mdmss3_thermal {
+       /delete-node/ cooling-maps;
+};
+
 /delete-node/ &mpss_mem;
 /delete-node/ &remoteproc_mpss;
 /delete-node/ &rmtfs_mem;

-- 
2.34.1


Reply via email to