ODROID: dts: adjust thermal throttling rules

Change-Id: Iec2c134e2996ea57b7c7fcae394e66d3b7d56593
This commit is contained in:
Joy Cho
2018-09-07 18:01:05 +09:00
committed by Chris KIM
parent 6d5360b734
commit 4b05b022b0

View File

@@ -1658,18 +1658,18 @@
thermal-sensors = <&p_tsensor 0>;
trips {
pswitch_on: trip-point@0 {
temperature = <60000>;
hysteresis = <5000>;
type = "passive";
};
pcontrol: trip-point@1 {
temperature = <75000>;
hysteresis = <5000>;
type = "passive";
};
phot: trip-point@2 {
pcontrol: trip-point@1 {
temperature = <85000>;
hysteresis = <5000>;
type = "passive";
};
phot: trip-point@2 {
temperature = <95000>;
hysteresis = <5000>;
type = "hot";
};
pcritical: trip-point@3 {