* [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support
@ 2018-09-25 17:18 Biju Das
2018-09-26 8:55 ` Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Biju Das @ 2018-09-25 17:18 UTC (permalink / raw)
To: Rob Herring, Mark Rutland
Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, devicetree,
Simon Horman, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
linux-renesas-soc
Document SoC specific compatible strings for r8a7744. No driver change
is needed as the fallback strings will activate the right code.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
---
Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/timer/renesas,cmt.txt b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
index b40add2..0a89586 100644
--- a/Documentation/devicetree/bindings/timer/renesas,cmt.txt
+++ b/Documentation/devicetree/bindings/timer/renesas,cmt.txt
@@ -24,6 +24,8 @@ Required Properties:
- "renesas,r8a73a4-cmt1" for the 48-bit CMT1 device included in r8a73a4.
- "renesas,r8a7743-cmt0" for the 32-bit CMT0 device included in r8a7743.
- "renesas,r8a7743-cmt1" for the 48-bit CMT1 device included in r8a7743.
+ - "renesas,r8a7744-cmt0" for the 32-bit CMT0 device included in r8a7744.
+ - "renesas,r8a7744-cmt1" for the 48-bit CMT1 device included in r8a7744.
- "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745.
- "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745.
- "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790.
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support
2018-09-25 17:18 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support Biju Das
@ 2018-09-26 8:55 ` Simon Horman
2018-09-26 11:32 ` Geert Uytterhoeven
2018-10-15 16:56 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-09-26 8:55 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
devicetree, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
linux-renesas-soc
On Tue, Sep 25, 2018 at 06:18:16PM +0100, Biju Das wrote:
> Document SoC specific compatible strings for r8a7744. No driver change
> is needed as the fallback strings will activate the right code.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support
2018-09-25 17:18 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support Biju Das
2018-09-26 8:55 ` Simon Horman
@ 2018-09-26 11:32 ` Geert Uytterhoeven
2018-10-15 16:56 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-09-26 11:32 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Mark Rutland, Daniel Lezcano, Thomas Gleixner,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
Simon Horman, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
Linux-Renesas
On Tue, Sep 25, 2018 at 7:25 PM Biju Das <biju.das@bp.renesas.com> wrote:
> Document SoC specific compatible strings for r8a7744. No driver change
> is needed as the fallback strings will activate the right code.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support
2018-09-25 17:18 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support Biju Das
2018-09-26 8:55 ` Simon Horman
2018-09-26 11:32 ` Geert Uytterhoeven
@ 2018-10-15 16:56 ` Rob Herring
2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2018-10-15 16:56 UTC (permalink / raw)
To: Biju Das
Cc: Mark Rutland, Daniel Lezcano, Thomas Gleixner, devicetree,
Simon Horman, Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
linux-renesas-soc
On Tue, Sep 25, 2018 at 06:18:16PM +0100, Biju Das wrote:
> Document SoC specific compatible strings for r8a7744. No driver change
> is needed as the fallback strings will activate the right code.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> ---
> Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++
> 1 file changed, 2 insertions(+)
Applied.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-10-15 16:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-25 17:18 [PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support Biju Das
2018-09-26 8:55 ` Simon Horman
2018-09-26 11:32 ` Geert Uytterhoeven
2018-10-15 16:56 ` Rob Herring
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).