]> git.ipfire.org Git - thirdparty/linux.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)
commit3c9d082064b5ec5876f7e20bc50959d1915c5ab0
treed0c67dc0653a81429435cb722ab8785d90cf7961
parent7d3a2a2bbadb4bf5856ed394ba09b8fbb7a80460
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: 1d693155 ("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