Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
177 changes: 177 additions & 0 deletions arch/arm64/boot/dts/qcom/nord-embedded.dtsi
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,6 +18,7 @@
#include <dt-bindings/phy/phy-qcom-qmp.h>
#include <dt-bindings/power/qcom,rpmhpd.h>
#include <dt-bindings/soc/qcom,rpmh-rsc.h>
#include <dt-bindings/thermal/thermal.h>

#include "nord.dtsi"

Expand DownExpand Up@@ -3690,3 +3691,179 @@
clock-names = "hlos";
power-domains = <&gpucc GPU_CC_CX_GDSC>;
};

Comment thread
aastpand marked this conversation as resolved.
&gpu_0_0_0_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpu_0_0_0_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpu_0_0_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpu_0_0_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpu_0_1_0_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpu_0_1_0_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpu_0_1_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpu_0_1_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_0_1_0_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_0_1_0_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_0_1_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_0_1_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_0_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_0_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_0_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss0_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_1_0_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_1_0_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_1_1_0_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_1_1_0_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_1_1_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_1_1_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_2_0_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_2_0_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_2_1_0_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_2_1_0_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_2_1_1_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss_2_1_1_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};

&gpuss_2_thermal {
polling-delay-passive = <10>;

cooling-maps {
map0 {
trip = <&gpuss2_alert0>;
cooling-device = <&gpu_0 THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
};
};
};
Loading
Loading