Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: mfd: stm32-timers: Document how to specify interrupts

The timer units in the stm32mp1 CPUs have interrupts, depending on the
timer flavour either one "global" or four dedicated ones. Document how
to formalize these in a device tree.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220519162838.695404-1-u.kleine-koenig@pengutronix.de

authored by

Uwe Kleine-König and committed by
Lee Jones
9875ab53 1520669c

+15
+15
Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
··· 46 46 minItems: 1 47 47 maxItems: 7 48 48 49 + interrupts: 50 + oneOf: 51 + - maxItems: 1 52 + - maxItems: 4 53 + 54 + interrupt-names: 55 + oneOf: 56 + - items: 57 + - const: global 58 + - items: 59 + - const: brk 60 + - const: up 61 + - const: trg-com 62 + - const: cc 63 + 49 64 "#address-cells": 50 65 const: 1 51 66