You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
1.9 KiB
99 lines
1.9 KiB
/* Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
|
|
#include "sdxprairie.dtsi"
|
|
|
|
&mpss_adsp_mem {
|
|
reg = <0x90800000 0xf800000>;
|
|
};
|
|
|
|
&pil_modem {
|
|
qcom,auto-boot;
|
|
};
|
|
|
|
&soc {
|
|
qmi-tmd-devices {
|
|
modem {
|
|
modem_v2x: modem_v2x {
|
|
qcom,qmi-dev-name = "modem_v2x";
|
|
#cooling-cells = <2>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|
|
&thermal_zones {
|
|
/* update Tj thresholds */
|
|
mdm-core-0-step {
|
|
trips {
|
|
active-config0 {
|
|
temperature = <95000>;
|
|
hysteresis = <5000>;
|
|
};
|
|
|
|
active-config1 {
|
|
temperature = <100000>;
|
|
hysteresis = <5000>;
|
|
};
|
|
|
|
active-config2 {
|
|
temperature = <105000>;
|
|
hysteresis = <5000>;
|
|
};
|
|
};
|
|
};
|
|
|
|
mdm-core-0-v2x-step {
|
|
polling-delay-passive = <0>;
|
|
polling-delay = <0>;
|
|
thermal-sensors = <&tsens0 6>;
|
|
thermal-governor = "step_wise";
|
|
wake-capable-sensor;
|
|
|
|
trips {
|
|
tj_v2x_config0: active-config0 {
|
|
temperature = <105000>;
|
|
hysteresis = <5000>;
|
|
type = "passive";
|
|
};
|
|
|
|
tj_v2x_config1: active-config1 {
|
|
temperature = <110000>;
|
|
hysteresis = <5000>;
|
|
type = "passive";
|
|
};
|
|
|
|
tj_v2x_config2: active-config2 {
|
|
temperature = <115000>;
|
|
hysteresis = <5000>;
|
|
type = "passive";
|
|
};
|
|
};
|
|
|
|
cooling-maps {
|
|
modem_tj0_v2x_cdev {
|
|
trip = <&tj_v2x_config0>;
|
|
cooling-device = <&modem_v2x 1 1>;
|
|
};
|
|
|
|
modem_tj1_v2x_cdev {
|
|
trip = <&tj_v2x_config1>;
|
|
cooling-device = <&modem_v2x 2 2>;
|
|
};
|
|
|
|
modem_tj2_v2x_cdev {
|
|
trip = <&tj_v2x_config2>;
|
|
cooling-device = <&modem_v2x 3 3>;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
|