Remove thermal passive trip point. Signed-off-by: Pascal Paillet <p.paillet@xxxxxx> Change-Id: I494313cf467eea491236e73bd2fbe1803345586f --- arch/arm/boot/dts/stm32mp157c.dtsi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/arch/arm/boot/dts/stm32mp157c.dtsi b/arch/arm/boot/dts/stm32mp157c.dtsi index 9b11654a0a39..799b2aedd2c9 100644 --- a/arch/arm/boot/dts/stm32mp157c.dtsi +++ b/arch/arm/boot/dts/stm32mp157c.dtsi @@ -91,12 +91,6 @@ thermal-sensors = <&dts>; trips { - cpu_alert1: cpu-alert1 { - temperature = <85000>; - hysteresis = <0>; - type = "passive"; - }; - cpu-crit { temperature = <120000>; hysteresis = <0>; -- 2.17.1