From: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Rob Herring" <robh+dt@kernel.org>
Cc: <devicetree@vger.kernel.org>, <kernel@pengutronix.de>,
Maxime Coquelin <mcoquelin.stm32@gmail.com>,
Lee Jones <lee.jones@linaro.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v4 1/2] dt-bindings: mfd: stm32-timers: Document how to specify interrupts
Date: Fri, 20 May 2022 15:37:01 +0200 [thread overview]
Message-ID: <a1b9a37e-a049-136d-5320-9a413873ded3@foss.st.com> (raw)
In-Reply-To: <20220519162838.695404-1-u.kleine-koenig@pengutronix.de>
On 5/19/22 18:28, Uwe Kleine-König wrote:
> 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>
Hi Uwe,
You can add my:
Reviewed-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com>
Best Regards,
Thanks
Fabrice
> ---
> Changes since v3:
> - Do the things Rob suggested in reqly to v1 which I didn't notice
> until Fabrice told me in reply to v3.
>
> .../devicetree/bindings/mfd/st,stm32-timers.yaml | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml b/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
> index 10b330d42901..5b05b2ec1728 100644
> --- a/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
> +++ b/Documentation/devicetree/bindings/mfd/st,stm32-timers.yaml
> @@ -46,6 +46,21 @@ properties:
> minItems: 1
> maxItems: 7
>
> + interrupts:
> + oneOf:
> + - maxItems: 1
> + - maxItems: 4
> +
> + interrupt-names:
> + oneOf:
> + - items:
> + - const: global
> + - items:
> + - const: brk
> + - const: up
> + - const: trg-com
> + - const: cc
> +
> "#address-cells":
> const: 1
>
>
> base-commit: 3123109284176b1532874591f7c81f3837bbdc17
next prev parent reply other threads:[~2022-05-20 13:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-19 16:28 [PATCH v4 1/2] dt-bindings: mfd: stm32-timers: Document how to specify interrupts Uwe Kleine-König
2022-05-19 16:28 ` [PATCH v4 2/2] ARM: dts: stm32mp15x: Add timer interrupts Uwe Kleine-König
2022-05-20 13:37 ` Fabrice Gasnier
2022-07-20 7:18 ` Uwe Kleine-König
2022-08-01 8:44 ` Alexandre TORGUE
2022-08-01 9:53 ` Uwe Kleine-König
2022-08-01 13:28 ` Alexandre TORGUE
2022-08-26 8:17 ` Alexandre TORGUE
2022-05-20 13:37 ` Fabrice Gasnier [this message]
2022-06-01 21:11 ` [PATCH v4 1/2] dt-bindings: mfd: stm32-timers: Document how to specify interrupts Rob Herring
2022-06-15 22:01 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=a1b9a37e-a049-136d-5320-9a413873ded3@foss.st.com \
--to=fabrice.gasnier@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel@pengutronix.de \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh+dt@kernel.org \
--cc=u.kleine-koenig@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).