ARM: dts: qcom: Enable thermal zones and cooling devices for sa8155

Enable TSENS thermal zones and different cooling devices
for sa8155.

Change-Id: I328578433aa562b64f2c694d38de01a7431ac1d5
This commit is contained in:
Gopala Krishna Nuthaki
2022-03-24 15:24:31 +05:30
parent 65a24362f5
commit 92dd8c9acb
3 changed files with 1262 additions and 0 deletions

View File

@@ -263,3 +263,205 @@
label = "uefi_log";
};
};
&thermal_zones {
gpuss-0 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
gpuss-0-trip0 {
temperature = <105000>;
};
};
};
gpuss-1 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
gpuss-1-trip0 {
temperature = <105000>;
};
};
};
pop-mem {
status = "disabled";
};
npu {
trips {
reset-mon-cfg {
temperature = <118000>;
};
npu-trip0 {
temperature = <105000>;
};
};
};
cpu-0-0 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu00-config {
temperature = <115000>;
};
};
};
cpu-0-1 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu01-config {
temperature = <115000>;
};
};
};
cpu-0-2 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu02-config {
temperature = <115000>;
};
};
};
cpu-0-3 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu03-config {
temperature = <115000>;
};
};
};
cpu-1-0 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu10-config {
temperature = <115000>;
};
};
};
cpu-1-1 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu11-config {
temperature = <115000>;
};
};
};
cpu-1-2 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu12-config {
temperature = <115000>;
};
};
};
cpu-1-3 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu13-config {
temperature = <115000>;
};
};
};
cpu-1-4 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu14-config {
temperature = <115000>;
};
};
};
cpu-1-5 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu15-config {
temperature = <115000>;
};
};
};
cpu-1-6 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu16-config {
temperature = <115000>;
};
};
};
cpu-1-7 {
trips {
reset-mon-cfg {
temperature = <118000>;
};
cpu17-config {
temperature = <115000>;
};
};
};
q6-hvx {
trips {
reset-mon-cfg {
temperature = <118000>;
};
q6-hvx-step0 {
temperature = <105000>;
};
q6-hvx-step1 {
temperature = <115000>;
};
};
};
};

1055
qcom/sm8150-thermal.dtsi Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -55,6 +55,7 @@
next-level-cache = <&L2_0>;
qcom,freq-domain = <&cpufreq_hw 0 4>;
dynamic-power-coefficient = <100>;
#cooling-cells = <2>;
L2_0: l2-cache {
compatible = "arm,arch-cache";
cache-size = <0x20000>;
@@ -149,6 +150,7 @@
next-level-cache = <&L2_4>;
qcom,freq-domain = <&cpufreq_hw 1 4>;
dynamic-power-coefficient = <374>;
#cooling-cells = <2>;
L2_4: l2-cache {
compatible = "arm,arch-cache";
cache-size = <0x40000>;
@@ -215,6 +217,7 @@
next-level-cache = <&L2_7>;
qcom,freq-domain = <&cpufreq_hw 2 4>;
dynamic-power-coefficient = <431>;
#cooling-cells = <2>;
L2_7: l2-cache {
compatible = "arm,arch-cache";
cache-size = <0x80000>;
@@ -1999,3 +2002,5 @@
qcom,auto-suspend-disable;
status = "ok";
};
#include "sm8150-thermal.dtsi"