counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probe
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Thu, 13 Apr 2023 21:23:39 +0000 (23:23 +0200)
committerWilliam Breathitt Gray <william.gray@linaro.org>
Tue, 9 May 2023 23:17:17 +0000 (19:17 -0400)
commit5272145d5cccd7cb73a8ce4b0b90c1c6b37a6a66
tree5410018281f01bfb91052ed9c16834e5b8926d94
parenta4ec431fbf6b9533d2bb21fa328d88c1436106cf
counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probe

The driver assumes that the input selection register (TIM_TISEL) is at
its reset default value. Usually this is the case, but the bootloader
might have modified it.

This bases on a similar patch submitted by Olivier Moysan for pwm-stm32.

Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230413212339.3611722-1-u.kleine-koenig@pengutronix.de/
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
drivers/counter/stm32-timer-cnt.c