diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2017-05-02 08:33:45 -0400 |
---|---|---|
committer | Jonathan Cameron <jic23@kernel.org> | 2017-05-07 11:08:10 -0400 |
commit | 6fb34812c2a2a4cdcdad4452b9634892812fa97b (patch) | |
tree | 84579f1e9633faceb5db8b5404ac55e97f9a101c /include/linux/iio/timer/stm32-timer-trigger.h | |
parent | f80ac400ee762bba3a420a4a537ce6ae7854b657 (diff) |
iio: stm32 trigger: Add support for TRGO2 triggers
Add support for TRGO2 trigger that can be found on STM32F7.
Add additional master modes supported by TRGO2.
Register additional "tim[1/8]_trgo2" triggers for timer1 & timer8.
Detect TRGO2 timer capability (master mode selection 2).
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Diffstat (limited to 'include/linux/iio/timer/stm32-timer-trigger.h')
-rw-r--r-- | include/linux/iio/timer/stm32-timer-trigger.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iio/timer/stm32-timer-trigger.h b/include/linux/iio/timer/stm32-timer-trigger.h index 55535aef2e6c..fa7d786ed99e 100644 --- a/include/linux/iio/timer/stm32-timer-trigger.h +++ b/include/linux/iio/timer/stm32-timer-trigger.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #define _STM32_TIMER_TRIGGER_H_ | 10 | #define _STM32_TIMER_TRIGGER_H_ |
11 | 11 | ||
12 | #define TIM1_TRGO "tim1_trgo" | 12 | #define TIM1_TRGO "tim1_trgo" |
13 | #define TIM1_TRGO2 "tim1_trgo2" | ||
13 | #define TIM1_CH1 "tim1_ch1" | 14 | #define TIM1_CH1 "tim1_ch1" |
14 | #define TIM1_CH2 "tim1_ch2" | 15 | #define TIM1_CH2 "tim1_ch2" |
15 | #define TIM1_CH3 "tim1_ch3" | 16 | #define TIM1_CH3 "tim1_ch3" |
@@ -44,6 +45,7 @@ | |||
44 | #define TIM7_TRGO "tim7_trgo" | 45 | #define TIM7_TRGO "tim7_trgo" |
45 | 46 | ||
46 | #define TIM8_TRGO "tim8_trgo" | 47 | #define TIM8_TRGO "tim8_trgo" |
48 | #define TIM8_TRGO2 "tim8_trgo2" | ||
47 | #define TIM8_CH1 "tim8_ch1" | 49 | #define TIM8_CH1 "tim8_ch1" |
48 | #define TIM8_CH2 "tim8_ch2" | 50 | #define TIM8_CH2 "tim8_ch2" |
49 | #define TIM8_CH3 "tim8_ch3" | 51 | #define TIM8_CH3 "tim8_ch3" |