diff options
author | Fabrice Gasnier <fabrice.gasnier@st.com> | 2017-08-03 11:14:12 +0200 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2017-08-12 14:05:18 +0200 |
commit | a6bb1bb8514762693c253d7c6b8e104cc39c517b (patch) | |
tree | 96a49df02791a71bc49d00a38eb5af60e2e1a404 /Documentation/devicetree/bindings/iio/timer | |
parent | iio: tools: add install section (diff) | |
download | linux-a6bb1bb8514762693c253d7c6b8e104cc39c517b.tar.xz linux-a6bb1bb8514762693c253d7c6b8e104cc39c517b.zip |
dt-bindings: iio: timer: stm32: add support for STM32H7
STM32H7 has slightly different triggers than previous versions.
Introduce st,stm32h7-timer-trigger compatible to handle this new variant.
Signed-off-by: Fabrice Gasnier <fabrice.gasnier@st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'Documentation/devicetree/bindings/iio/timer')
-rw-r--r-- | Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt b/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt index 6abc755dbf94..b8e8c769d434 100644 --- a/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt +++ b/Documentation/devicetree/bindings/iio/timer/stm32-timer-trigger.txt @@ -4,7 +4,9 @@ Must be a sub-node of an STM32 Timers device tree node. See ../mfd/stm32-timers.txt for details about the parent node. Required parameters: -- compatible: Must be "st,stm32-timer-trigger". +- compatible: Must be one of: + "st,stm32-timer-trigger" + "st,stm32h7-timer-trigger" - reg: Identify trigger hardware block. Example: |