linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: meson: vim3: reduce cpu thermal fan trigger temperature
@ 2021-06-09  1:28 xieqinick
  2021-06-11  6:44 ` Neil Armstrong
  0 siblings, 1 reply; 6+ messages in thread
From: xieqinick @ 2021-06-09  1:28 UTC (permalink / raw)
  To: robh+dt, narmstrong, khilman, jbrunet, martin.blumenstingl,
	devicetree, linux-arm-kernel, linux-amlogic, linux-kernel
  Cc: nick, artem

From: Nick Xie <nick@khadas.com>

Reduce the MCU FAN trigger temperature from
80 degree centigrade to 50 degree centigrade.

Signed-off-by: Nick Xie <nick@khadas.com>
---
 arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
index 66d67524b031..a9c34fee91f4 100644
--- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
@@ -256,7 +256,7 @@ &cecb_AO {
 &cpu_thermal {
 	trips {
 		cpu_active: cpu-active {
-			temperature = <80000>; /* millicelsius */
+			temperature = <50000>; /* millicelsius */
 			hysteresis = <2000>; /* millicelsius */
 			type = "active";
 		};
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-14 13:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  1:28 [PATCH] arm64: dts: meson: vim3: reduce cpu thermal fan trigger temperature xieqinick
2021-06-11  6:44 ` Neil Armstrong
     [not found]   ` <CAP4nuTVMZV7pz8NrM2MHcZzBdueRXjS+KYsU4=cQ1CB67gr_Hg@mail.gmail.com>
2021-06-11  7:15     ` Neil Armstrong
2021-06-11  7:30       ` Nick Xie
2021-06-11  7:45         ` Daniel Lezcano
2021-06-14 13:17           ` Neil Armstrong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).