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

Enable TSENS thermal zones and different cooling devices
for sa8195.

Change-Id: I09479312996faf6167a0f56818ea0f9d8b0a0ab1
This commit is contained in:
Gopala Krishna Nuthaki
2022-03-30 11:52:19 +05:30
parent de6080ae92
commit 5837d2b384
2 changed files with 1111 additions and 0 deletions

1105
qcom/sa8195-thermal.dtsi Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -46,6 +46,7 @@
cache-size = <0x8000>;
next-level-cache = <&L2_0>;
qcom,freq-domain = <&cpufreq_hw 0 4>;
#cooling-cells = <2>;
L2_0: l2-cache {
compatible = "arm,arch-cache";
cache-size = <0x20000>;
@@ -133,6 +134,7 @@
cache-size = <0x10000>;
next-level-cache = <&L2_4>;
qcom,freq-domain = <&cpufreq_hw 1 4>;
#cooling-cells = <2>;
L2_4: l2-cache {
compatible = "arm,arch-cache";
cache-size = <0x80000>;
@@ -969,6 +971,9 @@
};
};
thermal_zones: thermal-zones {
};
soc-sleep-stats@c3f0000 {
compatible = "qcom,rpmh-sleep-stats-legacy";
reg = <0xc3f0000 0x400>;
@@ -1815,3 +1820,4 @@
parent-supply = <&VDD_MMCX_LEVEL>;
status = "ok";
};
#include "sa8195-thermal.dtsi"