Merge "ARM: dts: msm: map cdev in amberjeck die temp and enable thermal overlay"

This commit is contained in:
qctecmdr
2021-11-08 00:23:46 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 20 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
#include <dt-bindings/input/input.h>
#include "diwali-pmic-overlay.dtsi"
#include "diwali-thermal-overlay.dtsi"
&soc {
qcom,userspace-cdev {
display-fps {

View File

@@ -101,4 +101,23 @@
};
};
};
pm7325_tz {
cooling-maps {
pm7325_cpu4_freq {
trip = <&pm7325_trip0>;
cooling-device = <&CPU4 10 THERMAL_NO_LIMIT>;
};
pm7325_cpu7_freq {
trip = <&pm7325_trip0>;
cooling-device = <&CPU7 12 THERMAL_NO_LIMIT>;
};
pm7325_apc1 {
trip = <&pm7325_trip0>;
cooling-device = <&APC1_pause 1 1>;
};
};
};
};