ARM: dts: qcom: enable NSP qmi cooling devices

Enable different NSP qmi thermal mitigation devices for sun.
It enables to mitigate these devices during different thermal
and limits violation.

Change-Id: I8bad9da560df7033473c614af324f79c66cb7dac
Signed-off-by: Manaf Meethalavalappu Pallikunhi <quic_manafm@quicinc.com>
This commit is contained in:
Manaf Meethalavalappu Pallikunhi
2024-01-06 00:19:08 +05:30
parent 1bc0ca5aa8
commit 1440afa5c8

View File

@@ -238,6 +238,32 @@
qcom,cpus = <&CPU6 &CPU7>;
};
};
qmi_tmd: qmi-tmd-devices {
cdsp {
qcom,instance-id = <QMI_CDSP_INST_ID>;
cdsp_sw: cdsp {
qcom,qmi-dev-name = "cdsp_sw";
#cooling-cells = <2>;
};
cdsp_sw_hvx: cdsp_sw_hvx {
qcom,qmi-dev-name = "cdsp_sw_hvx";
#cooling-cells = <2>;
};
cdsp_sw_hmx: cdsp_sw_hmx {
qcom,qmi-dev-name = "cdsp_sw_hmx";
#cooling-cells = <2>;
};
cdsp_hw: cdsp_hw {
qcom,qmi-dev-name = "cdsp_hw";
#cooling-cells = <2>;
};
};
};
};
#include "sun-thermal-modem.dtsi"