mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 23:23:03 +00:00
counter: stm32-timer-cnt: rename counter
The STM32 timer may count on various sources or channels. The counter isn't specifically counting on channe1 1. So rename it to avoid a confusion. Reviewed-by: William Breathitt Gray <william.gray@linaro.org> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Link: https://lore.kernel.org/r/20240307133306.383045-3-fabrice.gasnier@foss.st.com Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
This commit is contained in:
parent
f7131297d6
commit
752923ccfd
@ -302,7 +302,7 @@ static struct counter_synapse stm32_count_synapses[] = {
|
||||
|
||||
static struct counter_count stm32_counts = {
|
||||
.id = 0,
|
||||
.name = "Channel 1 Count",
|
||||
.name = "STM32 Timer Counter",
|
||||
.functions_list = stm32_count_functions,
|
||||
.num_functions = ARRAY_SIZE(stm32_count_functions),
|
||||
.synapses = stm32_count_synapses,
|
||||
|
Loading…
Reference in New Issue
Block a user