From: Benjamin GAIGNARD <benjamin.gaignard@st.com>
To: Fabrice GASNIER <fabrice.gasnier@st.com>,
"lee.jones@linaro.org" <lee.jones@linaro.org>,
"robh+dt@kernel.org" <robh+dt@kernel.org>,
"mark.rutland@arm.com" <mark.rutland@arm.com>,
"mcoquelin.stm32@gmail.com" <mcoquelin.stm32@gmail.com>,
Alexandre TORGUE <alexandre.torgue@st.com>,
"daniel.lezcano@linaro.org" <daniel.lezcano@linaro.org>,
"tglx@linutronix.de" <tglx@linutronix.de>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-stm32@st-md-mailman.stormreply.com"
<linux-stm32@st-md-mailman.stormreply.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [RESEND v6 1/6] dt-bindings: mfd: Document STM32 low power timer bindings
Date: Mon, 20 Apr 2020 12:15:05 +0000 [thread overview]
Message-ID: <83a750a8-85ec-dbc8-a429-d61af5be36b4@st.com> (raw)
In-Reply-To: <f9d41617-797e-15d4-a058-a0a9e6669cdc@st.com>
On 4/20/20 11:34 AM, Fabrice Gasnier wrote:
> On 4/20/20 10:59 AM, Benjamin Gaignard wrote:
>> Add a subnode to STM low power timer bindings to support timer driver
>>
>> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com>
>> Reviewed-by: Rob Herring <robh@kernel.org>
>> ---
>> .../devicetree/bindings/mfd/st,stm32-lptimer.yaml | 19 +++++++++++++++++++
>> 1 file changed, 19 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml b/Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml
>> index ddf190cb800b..64bab1c3bdac 100644
>> --- a/Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml
>> +++ b/Documentation/devicetree/bindings/mfd/st,stm32-lptimer.yaml
>> @@ -33,6 +33,9 @@ properties:
>> items:
>> - const: mux
>>
>> + interrupts:
>> + maxItems: 1
>> +
>> "#address-cells":
>> const: 1
>>
>> @@ -93,6 +96,16 @@ patternProperties:
>> required:
>> - compatible
>>
>> + timer:
>> + type: object
>> +
>> + properties:
>> + compatible:
>> + const: st,stm32-lptimer-timer
>> +
>> + required:
>> + - compatible
>> +
>> required:
>> - "#address-cells"
>> - "#size-cells"
>> @@ -106,11 +119,13 @@ additionalProperties: false
>> examples:
>> - |
>> #include <dt-bindings/clock/stm32mp1-clks.h>
>> + #include <dt-bindings/interrupt-controller/arm-gic.h>
>> timer@40002400 {
>> compatible = "st,stm32-lptimer";
>> reg = <0x40002400 0x400>;
>> clocks = <&timer_clk>;
>> clock-names = "mux";
>> + interrupts-extended = <&exti 47 IRQ_TYPE_LEVEL_HIGH>;
>> #address-cells = <1>;
>> #size-cells = <0>;
>>
>> @@ -131,6 +146,10 @@ examples:
>> timer {
>> compatible = "st,stm32-lptimer-timer";
>> };
>> +
>> + timer {
>> + compatible = "st,stm32-lptimer-timer";
>> + };
> Hi Benjamin,
>
> It looks like the compatible is duplicated in this example.
> Also, from "PATCH v6" I don't see the wakeup-source flag in your resend.
> Can you double-check ?
I have rebased the serie on top of v5.7-rc2, I haven't see that the
bindings got merged
and, unlucky, these hunks can still be applied and becomes duplicated.
I will send a v7.
Benjamin
>
> Thanks,
> Best Regards,
> Fabrice
>
>> };
>>
>> ...
>>
next prev parent reply other threads:[~2020-04-20 12:15 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 8:59 [RESEND v6 0/6] clockevent: add low power STM32 timer Benjamin Gaignard
2020-04-20 8:59 ` [RESEND v6 1/6] dt-bindings: mfd: Document STM32 low power timer bindings Benjamin Gaignard
2020-04-20 9:34 ` Fabrice Gasnier
2020-04-20 12:15 ` Benjamin GAIGNARD [this message]
2020-04-20 8:59 ` [RESEND v6 2/6] ARM: dts: stm32: Add timer subnodes on stm32mp15 SoCs Benjamin Gaignard
2020-04-20 8:59 ` [RESEND v6 3/6] mfd: stm32: Add defines to be used for clkevent purpose Benjamin Gaignard
2020-04-20 8:59 ` [RESEND v6 4/6] mfd: stm32: enable regmap fast_io for stm32-lptimer Benjamin Gaignard
2020-04-20 8:59 ` [RESEND v6 5/6] clocksource: Add Low Power STM32 timers driver Benjamin Gaignard
2020-04-20 8:59 ` [RESEND v6 6/6] ARM: mach-stm32: select low power timer for STM32MP157 Benjamin Gaignard
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=83a750a8-85ec-dbc8-a429-d61af5be36b4@st.com \
--to=benjamin.gaignard@st.com \
--cc=alexandre.torgue@st.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrice.gasnier@st.com \
--cc=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mark.rutland@arm.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=robh+dt@kernel.org \
--cc=tglx@linutronix.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).