From f08095c70cad420ea55c8387ad45b5e8fe5125f5 Mon Sep 17 00:00:00 2001 From: Liang Chen Date: Mon, 3 Apr 2023 19:38:56 +0800 Subject: [PATCH] arm64: dts: rockchip: rk3528: adjust trip-point-0/1/2 for thermal-zones Signed-off-by: Liang Chen Change-Id: I46cde51e3f1a48a2a5fb4bae8bb5564071434e14 --- arch/arm64/boot/dts/rockchip/rk3528.dtsi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3528.dtsi b/arch/arm64/boot/dts/rockchip/rk3528.dtsi index e2296038589a..ad42b6f7ff82 100644 --- a/arch/arm64/boot/dts/rockchip/rk3528.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3528.dtsi @@ -386,17 +386,17 @@ trips { threshold: trip-point-0 { - temperature = <90000>; + temperature = <95000>; hysteresis = <2000>; type = "passive"; }; target: trip-point-1 { - temperature = <105000>; + temperature = <110000>; hysteresis = <2000>; type = "passive"; }; soc_crit: soc-crit { - temperature = <115000>; /* millicelsius */ + temperature = <120000>; /* millicelsius */ hysteresis = <2000>; /* millicelsius */ type = "critical"; };