mirror of
https://github.com/Evolution-X-Devices/kernel_oneplus_sm8550-devicetrees
synced 2026-02-01 05:00:27 +00:00
ARM: dts: msm: Add correct thermal zones for sdr pa sensors
Add thermal zones for sdr pa sensor with same name as in modem side. Change-Id: Ibfdca976cb69a22f6479e54a3b8bd872236658da
This commit is contained in:
@@ -134,9 +134,9 @@
|
||||
qcom,qmi-sensor-names = "pa",
|
||||
"pa_1",
|
||||
"modem_bcl_warn",
|
||||
"sdr0_pa0",
|
||||
"sdr0_pa",
|
||||
"sdr0",
|
||||
"sdr1_pa0",
|
||||
"sdr1_pa",
|
||||
"sdr1",
|
||||
"mmw0",
|
||||
"mmw1",
|
||||
@@ -226,11 +226,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
sdr0_pa0 {
|
||||
sdr0_pa {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&qmi_sensor
|
||||
(QMI_MODEM_INST_ID+QMI_SDR0_PA0)>;
|
||||
(QMI_MODEM_INST_ID+QMI_SDR0_PA)>;
|
||||
trips {
|
||||
thermal-engine-config0 {
|
||||
temperature = <125000>;
|
||||
@@ -266,11 +266,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
sdr1_pa0 {
|
||||
sdr1_pa {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&qmi_sensor
|
||||
(QMI_MODEM_INST_ID+QMI_SDR1_PA0)>;
|
||||
(QMI_MODEM_INST_ID+QMI_SDR1_PA)>;
|
||||
trips {
|
||||
thermal-engine-config0 {
|
||||
temperature = <125000>;
|
||||
|
||||
Reference in New Issue
Block a user