|
@@ -440,6 +440,48 @@
|
|
|
};
|
|
|
};
|
|
|
|
|
|
+ thermal-zones {
|
|
|
+ pmic {
|
|
|
+ polling-delay = <1000>;
|
|
|
+ polling-delay-passive = <100>;
|
|
|
+ thermal-sensors = <&scpi_sensors0 0>;
|
|
|
+ };
|
|
|
+
|
|
|
+ soc {
|
|
|
+ polling-delay = <1000>;
|
|
|
+ polling-delay-passive = <100>;
|
|
|
+ thermal-sensors = <&scpi_sensors0 3>;
|
|
|
+ };
|
|
|
+
|
|
|
+ big_cluster_thermal_zone: big_cluster {
|
|
|
+ polling-delay = <1000>;
|
|
|
+ polling-delay-passive = <100>;
|
|
|
+ thermal-sensors = <&scpi_sensors0 21>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ little_cluster_thermal_zone: little_cluster {
|
|
|
+ polling-delay = <1000>;
|
|
|
+ polling-delay-passive = <100>;
|
|
|
+ thermal-sensors = <&scpi_sensors0 22>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpu0_thermal_zone: gpu0 {
|
|
|
+ polling-delay = <1000>;
|
|
|
+ polling-delay-passive = <100>;
|
|
|
+ thermal-sensors = <&scpi_sensors0 23>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+
|
|
|
+ gpu1_thermal_zone: gpu1 {
|
|
|
+ polling-delay = <1000>;
|
|
|
+ polling-delay-passive = <100>;
|
|
|
+ thermal-sensors = <&scpi_sensors0 24>;
|
|
|
+ status = "disabled";
|
|
|
+ };
|
|
|
+ };
|
|
|
+
|
|
|
/include/ "juno-clocks.dtsi"
|
|
|
|
|
|
dma@7ff00000 {
|