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 <quic_nitekuma@quicinc.com>
This commit is contained in:
Nitesh Kumar
2024-08-06 21:41:02 +05:30
parent c530fdee32
commit 0231442fdf

View File

@@ -722,25 +722,12 @@
type = "passive"; type = "passive";
}; };
cpu0_emerg: cpu0-emerg-cfg {
temperature = <110000>;
hysteresis = <10000>;
type = "passive";
};
reset-mon-cfg { reset-mon-cfg {
temperature = <115000>; temperature = <115000>;
hysteresis = <0>; hysteresis = <0>;
type = "hot"; type = "hot";
}; };
}; };
cooling-maps {
cpu00_cdev {
trip = <&cpu0_emerg>;
cooling-device = <&cpu0_pause 1 1>;
};
};
}; };
cpu-0-1 { cpu-0-1 {
@@ -1125,7 +1112,7 @@
}; };
}; };
zeroc-0-step { zeroc-0 {
polling-delay-passive = <0>; polling-delay-passive = <0>;
polling-delay = <0>; polling-delay = <0>;
thermal-sensors = <&tsens0 128>; thermal-sensors = <&tsens0 128>;
@@ -1144,7 +1131,7 @@
}; };
}; };
zeroc-1-step { zeroc-1 {
polling-delay-passive = <0>; polling-delay-passive = <0>;
polling-delay = <0>; polling-delay = <0>;
thermal-sensors = <&tsens1 128>; thermal-sensors = <&tsens1 128>;