mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
ARM: dts: msm: Add additional thermal zones for sdr pa sensors
Add addtional thermal zones for sdr pa sensor to make compatibility on both modem versions. Change-Id: I90fd44bff87982266ff5aa0616724cf688522cf3
This commit is contained in:
@@ -198,9 +198,9 @@
|
||||
"modem_bcl_warn",
|
||||
"modem_tsens",
|
||||
"modem_tsens1",
|
||||
"sdr0_pa",
|
||||
"sdr0_pa0",
|
||||
"sdr0",
|
||||
"sdr1_pa",
|
||||
"sdr1_pa0",
|
||||
"sdr1",
|
||||
"sdr_mmw_therm",
|
||||
"mmw0",
|
||||
@@ -216,7 +216,9 @@
|
||||
"sub1_mcg_fr1_cc",
|
||||
"sub1_mcg_fr2_cc",
|
||||
"sub1_scg_fr1_cc",
|
||||
"sub1_scg_fr2_cc";
|
||||
"sub1_scg_fr2_cc",
|
||||
"sdr0_pa",
|
||||
"sdr1_pa";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -282,11 +284,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
sdr0-pa {
|
||||
sdr0-pa0 {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&qmi_sensor
|
||||
(QMI_MODEM_INST_ID+QMI_SDR0_PA)>;
|
||||
(QMI_MODEM_INST_ID+QMI_SDR0_PA0)>;
|
||||
trips {
|
||||
thermal-engine-config0 {
|
||||
temperature = <125000>;
|
||||
@@ -322,11 +324,11 @@
|
||||
};
|
||||
};
|
||||
|
||||
sdr1-pa {
|
||||
sdr1-pa0 {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&qmi_sensor
|
||||
(QMI_MODEM_INST_ID+QMI_SDR1_PA)>;
|
||||
(QMI_MODEM_INST_ID+QMI_SDR1_PA0)>;
|
||||
trips {
|
||||
thermal-engine-config0 {
|
||||
temperature = <125000>;
|
||||
@@ -619,4 +621,44 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sdr0-pa {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&qmi_sensor
|
||||
(QMI_MODEM_INST_ID+QMI_SDR0_PA)>;
|
||||
trips {
|
||||
thermal-engine-config0 {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
thermal-hal-config0 {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sdr1-pa {
|
||||
polling-delay-passive = <0>;
|
||||
polling-delay = <0>;
|
||||
thermal-sensors = <&qmi_sensor
|
||||
(QMI_MODEM_INST_ID+QMI_SDR1_PA)>;
|
||||
trips {
|
||||
thermal-engine-config0 {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
|
||||
thermal-hal-config0 {
|
||||
temperature = <125000>;
|
||||
hysteresis = <1000>;
|
||||
type = "passive";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user