diff mbox series

[5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings

Message ID 1560258401-9517-6-git-send-email-fabrizio.castro@bp.renesas.com (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series Add USB2.0/CMT/TMU support to HiHope RZ/G2M | expand

Commit Message

Fabrizio Castro June 11, 2019, 1:06 p.m. UTC
Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
 1 file changed, 1 insertion(+)

Comments

Geert Uytterhoeven June 12, 2019, 6:52 a.m. UTC | #1
On Tue, Jun 11, 2019 at 3:07 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert
Simon Horman June 12, 2019, 12:21 p.m. UTC | #2
On Tue, Jun 11, 2019 at 02:06:40PM +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Rob Herring July 9, 2019, 2:34 a.m. UTC | #3
On Tue, 11 Jun 2019 14:06:40 +0100, Fabrizio Castro wrote:
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Fabrizio Castro Aug. 30, 2019, 10:37 a.m. UTC | #4
Dear All,

This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
Is anybody willing to take this patch?

Thanks,
Fab

> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Sent: 11 June 2019 14:07
> Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
> 
> Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> index 13ad074..9dff7e5 100644
> --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> @@ -10,6 +10,7 @@ Required Properties:
> 
>    - compatible: must contain one or more of the following:
>      - "renesas,tmu-r8a7740" for the r8a7740 TMU
> +    - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
>      - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
>      - "renesas,tmu-r8a7778" for the r8a7778 TMU
>      - "renesas,tmu-r8a7779" for the r8a7779 TMU
> --
> 2.7.4
Simon Horman Sept. 2, 2019, 8:32 a.m. UTC | #5
On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
> Dear All,
> 
> This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
> Is anybody willing to take this patch?

<2c> I think Geert can take this </2c>

> Thanks,
> Fab
> 
> > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Sent: 11 June 2019 14:07
> > Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
> > 
> > Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> > 
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > ---
> >  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > index 13ad074..9dff7e5 100644
> > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > @@ -10,6 +10,7 @@ Required Properties:
> > 
> >    - compatible: must contain one or more of the following:
> >      - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > +    - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> >      - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> >      - "renesas,tmu-r8a7778" for the r8a7778 TMU
> >      - "renesas,tmu-r8a7779" for the r8a7779 TMU
> > --
> > 2.7.4
>
Geert Uytterhoeven Sept. 2, 2019, 8:39 a.m. UTC | #6
On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <horms@verge.net.au> wrote:
> On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
> > This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
> > Is anybody willing to take this patch?
>
> <2c> I think Geert can take this </2c>

If the timer people won't take it for v5.4, I can queue it in renesas-devel
for v5.5, in my branch for DT binding updates for subsystems that are
less DT-centric.

> > > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > Sent: 11 June 2019 14:07
> > > Subject: [PATCH 5/6] dt-bindings: timer: renesas: tmu: Document r8a774a1 bindings
> > >
> > > Document RZ/G2M (R8A774A1) SoC in the Renesas TMU bindings.
> > >
> > > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > > ---
> > >  Documentation/devicetree/bindings/timer/renesas,tmu.txt | 1 +
> > >  1 file changed, 1 insertion(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > index 13ad074..9dff7e5 100644
> > > --- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > +++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
> > > @@ -10,6 +10,7 @@ Required Properties:
> > >
> > >    - compatible: must contain one or more of the following:
> > >      - "renesas,tmu-r8a7740" for the r8a7740 TMU
> > > +    - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
> > >      - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
> > >      - "renesas,tmu-r8a7778" for the r8a7778 TMU
> > >      - "renesas,tmu-r8a7779" for the r8a7779 TMU

Gr{oetje,eeting}s,

                        Geert
Daniel Lezcano Sept. 2, 2019, 8:42 a.m. UTC | #7
On 02/09/2019 10:39, Geert Uytterhoeven wrote:
> On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <horms@verge.net.au> wrote:
>> On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
>>> This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
>>> Is anybody willing to take this patch?
>>
>> <2c> I think Geert can take this </2c>
> 
> If the timer people won't take it for v5.4, I can queue it in renesas-devel
> for v5.5, in my branch for DT binding updates for subsystems that are
> less DT-centric.

Please do, thanks

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Geert Uytterhoeven Sept. 3, 2019, 12:10 p.m. UTC | #8
Hi Daniel,

On Mon, Sep 2, 2019 at 10:42 AM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
> On 02/09/2019 10:39, Geert Uytterhoeven wrote:
> > On Mon, Sep 2, 2019 at 10:32 AM Simon Horman <horms@verge.net.au> wrote:
> >> On Fri, Aug 30, 2019 at 10:37:54AM +0000, Fabrizio Castro wrote:
> >>> This patch has been reviewed by Geert, Simon, and Rob, so I think it's ok to apply.
> >>> Is anybody willing to take this patch?
> >>
> >> <2c> I think Geert can take this </2c>
> >
> > If the timer people won't take it for v5.4, I can queue it in renesas-devel
> > for v5.5, in my branch for DT binding updates for subsystems that are
> > less DT-centric.
>
> Please do, thanks
>
> Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>

Thanks, queued.


Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.txt b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
index 13ad074..9dff7e5 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.txt
@@ -10,6 +10,7 @@  Required Properties:
 
   - compatible: must contain one or more of the following:
     - "renesas,tmu-r8a7740" for the r8a7740 TMU
+    - "renesas,tmu-r8a774a1" for the r8a774A1 TMU
     - "renesas,tmu-r8a774c0" for the r8a774C0 TMU
     - "renesas,tmu-r8a7778" for the r8a7778 TMU
     - "renesas,tmu-r8a7779" for the r8a7779 TMU