From 4b05b022b0b1ff48006dd56b9510b79c9fcabd93 Mon Sep 17 00:00:00 2001 From: Joy Cho Date: Fri, 7 Sep 2018 18:01:05 +0900 Subject: [PATCH] ODROID: dts: adjust thermal throttling rules Change-Id: Iec2c134e2996ea57b7c7fcae394e66d3b7d56593 --- arch/arm64/boot/dts/amlogic/mesong12b.dtsi | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi index ef84c8efcb13..9c8bf749b6fa 100644 --- a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi @@ -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 {