From: Nick Xie Date: Mon, 27 Jul 2020 06:26:26 +0000 (+0800) Subject: arm64: dts: CPU: VIM3/VIM3L: update soc thermal trigger temperature X-Git-Tag: khadas-vims-v0.9.6-release~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=537fb6cb5a4e317182a75b7d9a1899dcd647f479;p=platform%2Fkernel%2Flinux-amlogic.git arm64: dts: CPU: VIM3/VIM3L: update soc thermal trigger temperature Signed-off-by: Nick Xie --- diff --git a/arch/arm64/boot/dts/amlogic/kvim3l_linux.dts b/arch/arm64/boot/dts/amlogic/kvim3l_linux.dts index 77a667391c1a..0b3f1ed63756 100644 --- a/arch/arm64/boot/dts/amlogic/kvim3l_linux.dts +++ b/arch/arm64/boot/dts/amlogic/kvim3l_linux.dts @@ -911,17 +911,17 @@ thermal-sensors = <&p_tsensor 0>; trips { pswitch_on: trip-point@0 { - temperature = <60000>; + temperature = <65000>; hysteresis = <5000>; type = "passive"; }; pcontrol: trip-point@1 { - temperature = <75000>; + temperature = <80000>; hysteresis = <5000>; type = "passive"; }; phot: trip-point@2 { - temperature = <85000>; + temperature = <90000>; hysteresis = <5000>; type = "hot"; }; diff --git a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi index 3928cd4e10aa..ae403b0a95af 100644 --- a/arch/arm64/boot/dts/amlogic/mesong12b.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesong12b.dtsi @@ -1538,17 +1538,17 @@ thermal-sensors = <&p_tsensor 0>; trips { pswitch_on: trip-point@0 { - temperature = <60000>; + temperature = <65000>; hysteresis = <5000>; type = "passive"; }; pcontrol: trip-point@1 { - temperature = <75000>; + temperature = <80000>; hysteresis = <5000>; type = "passive"; }; phot: trip-point@2 { - temperature = <85000>; + temperature = <90000>; hysteresis = <5000>; type = "hot"; };