ODROID-N2: dts: adjust thermal trip point

Change-Id: Ied585cecf025b0c71e6c0fe2f414a1465b34b1e0
This commit is contained in:
Joy Cho
2019-01-17 17:52:51 +09:00
parent 391807b94e
commit d38af34d0e

View File

@@ -1624,12 +1624,12 @@
thermal-sensors = <&p_tsensor 0>;
trips {
pswitch_on: trip-point@0 {
temperature = <75000>;
temperature = <65000>;
hysteresis = <5000>;
type = "passive";
};
pcontrol: trip-point@1 {
temperature = <85000>;
temperature = <75000>;
hysteresis = <5000>;
type = "passive";
};