mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
Merge "ARM: dts: msm: map cdev in amberjeck die temp and enable thermal overlay"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
57f4e9bfa7
@@ -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 {
|
||||
|
||||
@@ -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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user