From 0231442fdfabf2383b39e61f9237d057b36069e0 Mon Sep 17 00:00:00 2001 From: Nitesh Kumar Date: Tue, 6 Aug 2024 21:41:02 +0530 Subject: [PATCH] ARM: dts: qcom: Remove cpu pause action on boot core Remove cpu pause action on boot core in Parrot. Change-Id: I59e4e6cfec9073cd94a5bf0fcff96158d4061835 Signed-off-by: Nitesh Kumar --- qcom/parrot-thermal.dtsi | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/qcom/parrot-thermal.dtsi b/qcom/parrot-thermal.dtsi index 5f8de85c..76f426f8 100644 --- a/qcom/parrot-thermal.dtsi +++ b/qcom/parrot-thermal.dtsi @@ -722,25 +722,12 @@ type = "passive"; }; - cpu0_emerg: cpu0-emerg-cfg { - temperature = <110000>; - hysteresis = <10000>; - type = "passive"; - }; - reset-mon-cfg { temperature = <115000>; hysteresis = <0>; type = "hot"; }; }; - - cooling-maps { - cpu00_cdev { - trip = <&cpu0_emerg>; - cooling-device = <&cpu0_pause 1 1>; - }; - }; }; cpu-0-1 { @@ -1125,7 +1112,7 @@ }; }; - zeroc-0-step { + zeroc-0 { polling-delay-passive = <0>; polling-delay = <0>; thermal-sensors = <&tsens0 128>; @@ -1144,7 +1131,7 @@ }; }; - zeroc-1-step { + zeroc-1 { polling-delay-passive = <0>; polling-delay = <0>; thermal-sensors = <&tsens1 128>;