ARM: dts: qcom: Add initial Thermal configuration for kera

Add thermal devicetree changes and thermal configuration
for kera based on the recommendation.

Change-Id: I8c1ff2a1da70359b5d8d84959b0ad30c6d37be93
Signed-off-by: Nitesh Kumar <quic_nitekuma@quicinc.com>
This commit is contained in:
Nitesh Kumar
2024-10-28 15:19:21 +05:30
parent 1b9afa3933
commit b901a5f30b
2 changed files with 1379 additions and 0 deletions

1370
qcom/kera-thermal.dtsi Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -72,6 +72,7 @@
power-domains = <&CPU_PD0>;
power-domain-names = "psci";
next-level-cache = <&L2_0>;
#cooling-cells = <2>;
L2_0: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -93,6 +94,7 @@
power-domains = <&CPU_PD1>;
power-domain-names = "psci";
next-level-cache = <&L2_0>;
#cooling-cells = <2>;
};
CPU2: cpu@200 {
@@ -104,6 +106,7 @@
power-domains = <&CPU_PD2>;
power-domain-names = "psci";
next-level-cache = <&L2_2>;
#cooling-cells = <2>;
L2_2: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -120,6 +123,7 @@
power-domains = <&CPU_PD3>;
power-domain-names = "psci";
next-level-cache = <&L2_3>;
#cooling-cells = <2>;
L2_3: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -136,6 +140,7 @@
power-domains = <&CPU_PD4>;
power-domain-names = "psci";
next-level-cache = <&L2_4>;
#cooling-cells = <2>;
L2_4: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -152,6 +157,7 @@
power-domains = <&CPU_PD5>;
power-domain-names = "psci";
next-level-cache = <&L2_5>;
#cooling-cells = <2>;
L2_5: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -168,6 +174,7 @@
power-domains = <&CPU_PD6>;
power-domain-names = "psci";
next-level-cache = <&L2_6>;
#cooling-cells = <2>;
L2_6: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -184,6 +191,7 @@
power-domains = <&CPU_PD7>;
power-domain-names = "psci";
next-level-cache = <&L2_7>;
#cooling-cells = <2>;
L2_7: l2-cache {
compatible = "cache";
cache-level = <2>;
@@ -2215,6 +2223,7 @@
#include "kera-stub-regulators.dtsi"
#include "kera-usb.dtsi"
#include "kera-qupv3.dtsi"
#include "kera-thermal.dtsi"
&qupv3_se13_2uart {
status = "ok";