Message ID | 20191029164537.1561-5-p.paillet@st.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Eduardo Valentin |
Headers | show |
Series | thermal: stm32: driver improvements | expand |
On 29/10/2019 17:45, Pascal Paillet wrote: > Remove thermal passive trip point. Why? > Signed-off-by: Pascal Paillet <p.paillet@st.com> > Change-Id: I494313cf467eea491236e73bd2fbe1803345586f Remove Change-Id > --- > 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>; >
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>;
Remove thermal passive trip point. Signed-off-by: Pascal Paillet <p.paillet@st.com> Change-Id: I494313cf467eea491236e73bd2fbe1803345586f --- arch/arm/boot/dts/stm32mp157c.dtsi | 6 ------ 1 file changed, 6 deletions(-)