zephyr/dts/arm/st
Aurelien Jarno f00ddfeb76 drivers: sensor: stm32_temp: drop ts-cal-offset property
According to the formulas found in the reference manuals of the SoC
families using the "st,stm32-temp-cal" version of the temperature sensor
(i.e. G0, G4, H7, L0, L1, L4, L5, U5, WB, WL), the temperature is
computed with the following formula:

T = ((TS_CAL2_TEMP - TS_CAL1_TEMP) / (TS_CAL2 - TS_CAL1))
    * (TS_DATA - TS_CAL1) + TS_CAL1_TEMP

What is called ts-cal-offset in the stm32_temp driver is therefore the
same value as TS_CAL1_TEMP1. Use it directly instead of defining another
property.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2022-07-01 11:38:02 +02:00
..
f0 include/dt-bindings/clock: stm32: Add clock sources bindings 2022-05-10 18:42:30 +02:00
f1 dts: arm: st: f1: added DAC 2022-05-13 08:43:45 -05:00
f2 dts: migrate includes to <zephyr/...> 2022-05-06 19:54:54 +02:00
f3 include/dt-bindings/clock: stm32: Add clock sources bindings 2022-05-10 18:42:30 +02:00
f4 drivers: can: stm32: use DT_INST_FOREACH for driver setup 2022-06-22 12:25:26 +02:00
f7 boards: arm: Add stm32f7508_dk board 2022-06-30 13:41:06 +00:00
g0 drivers: sensor: stm32_temp: drop ts-cal-offset property 2022-07-01 11:38:02 +02:00
g4 dts: arm: st: g4/u5: add missing fdcan clocks 2022-06-16 11:26:18 +02:00
h7 dts: arm: st: h7: add ITCM memory for STM32H7A3 2022-06-28 11:08:16 +02:00
l0 dts: migrate includes to <zephyr/...> 2022-05-06 19:54:54 +02:00
l1 dts: migrate includes to <zephyr/...> 2022-05-06 19:54:54 +02:00
l4 dts: fix a bunch of odd partition values dts entries 2022-05-25 14:21:04 +02:00
l5 drivers: sensor: stm32_temp: drop ts-cal-offset property 2022-07-01 11:38:02 +02:00
mp1 dts: fix a bunch of odd partition values dts entries 2022-05-25 14:21:04 +02:00
u5 dts: stm32u5: correct can1 clocks property 2022-06-22 12:29:03 +02:00
wb include/dt-bindings/clock: stm32: Add clock sources bindings 2022-05-10 18:42:30 +02:00
wl dts: migrate includes to <zephyr/...> 2022-05-06 19:54:54 +02:00