From d38af34d0e89b0e81db9947ddee0a5f7f10f4e15 Mon Sep 17 00:00:00 2001 From: Joy Cho Date: Thu, 17 Jan 2019 17:52:51 +0900 Subject: [PATCH] ODROID-N2: dts: adjust thermal trip point Change-Id: Ied585cecf025b0c71e6c0fe2f414a1465b34b1e0 --- arch/arm64/boot/dts/amlogic/mesong12b.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi index 7e4ba928b65b..f02f67fac3b8 100644 --- a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi @@ -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"; };