Merge "ODROID-N2: dts: adjust thermal trip point" into odroidn2-4.9.y-android

This commit is contained in:
Joy Cho
2019-01-31 11:53:33 +09:00
committed by Gerrit Code Review

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";
};