commit | 577c1b2e9e3ee1183a399a9dc13825489330e807 | [log] [tgz] |
---|---|---|
author | Mathieu Choplain <mathieu.choplain@st.com> | Tue Jul 23 11:13:19 2024 +0200 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed Oct 02 10:03:03 2024 +0200 |
tree | 667b11f2be8bbcd048ba6345d5dcae21f5b0e9c0 | |
parent | 2cfb21b9df8cf3b4a0c05b378b69f4c19c0590ae [diff] |
dts: st: stm32f030: add correct 'avgslope' property on die temp sensor Add the missing 'avgslope' property to the DTSI for STM32F030/STM32F070. This fixes improper results being returned by the driver: the correct value for the average slope is 4.3mV/°C (4300 µV/°C), but the binding's default value of 2.53mV/°C was used instead, since property was missing. Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>