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

This commit is contained in:
qctecmdr
2022-07-12 11:23:37 -07:00
committed by Gerrit - the friendly Code Review server
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"