]> git.baikalelectronics.ru Git - kernel.git/commit
thermal: stm32: read factory settings inside stm_thermal_prepare
authorDavid HERNANDEZ SANCHEZ <david.hernandezsanchez@st.com>
Thu, 6 Dec 2018 13:23:32 +0000 (13:23 +0000)
committerEduardo Valentin <edubezval@gmail.com>
Tue, 11 Dec 2018 04:15:21 +0000 (20:15 -0800)
commitccefe682ecab5505060b48ff83beb99ee9fa737a
treed0c67dc0653a81429435cb722ab8785d90cf7961
parent61f737b2c7811e0b0605706117c52a0089246fc9
thermal: stm32: read factory settings inside stm_thermal_prepare

Calling stm_thermal_read_factory_settings before clocking
internal peripheral causes bad register values and makes
temperature computation wrong.

Calling stm_thermal_read_factory_settings inside
stm_thermal_prepare fixes this problem as internal
peripheral is well clocked at this stage.

Fixes: c3bc7e7a ("thermal: add stm32 thermal driver")
Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: David Hernandez Sanchez <david.hernandezsanchez@st.com>
Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
drivers/thermal/st/stm_thermal.c