linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM
@ 2022-02-27 22:48 Lad Prabhakar
  2022-02-28  9:47 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lad Prabhakar @ 2022-02-27 22:48 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Daniel Lezcano, Thomas Gleixner, Rob Herring,
	Krzysztof Kozlowski, Maxime Coquelin, Alexandre Torgue,
	Chris Brandt
  Cc: Lad Prabhakar, linux-kernel, Prabhakar, Biju Das, linux-stm32,
	linux-arm-kernel

Document the General Timer Module(a.k.a OSTM) found on the RZ/V2L SoC.
OSTM module is identical to one found RZ/G2L SoC. No driver changes are
required as generic compatible string "renesas,ostm" will be used as a
fallback.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
---
DTSI changes have been posted as part of series [0]

[0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
20220227203744.18355-8-prabhakar.mahadev-lad.rj@bp.renesas.com/
---
 Documentation/devicetree/bindings/timer/renesas,ostm.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
index 7fa7f977b44c..c399a019dde7 100644
--- a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
@@ -24,6 +24,7 @@ properties:
           - renesas,r7s72100-ostm  # RZ/A1H
           - renesas,r7s9210-ostm   # RZ/A2M
           - renesas,r9a07g044-ostm # RZ/G2{L,LC}
+          - renesas,r9a07g054-ostm # RZ/V2L
       - const: renesas,ostm        # Generic
 
   reg:
@@ -54,6 +55,7 @@ if:
       contains:
         enum:
           - renesas,r9a07g044-ostm
+          - renesas,r9a07g054-ostm
 then:
   required:
     - resets
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM
  2022-02-27 22:48 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM Lad Prabhakar
@ 2022-02-28  9:47 ` Krzysztof Kozlowski
  2022-02-28 14:43 ` Geert Uytterhoeven
  2022-03-01 15:35 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-28  9:47 UTC (permalink / raw)
  To: Lad Prabhakar, Geert Uytterhoeven, linux-renesas-soc, devicetree,
	Daniel Lezcano, Thomas Gleixner, Rob Herring, Maxime Coquelin,
	Alexandre Torgue, Chris Brandt
  Cc: linux-kernel, Prabhakar, Biju Das, linux-stm32, linux-arm-kernel

On 27/02/2022 23:48, Lad Prabhakar wrote:
> Document the General Timer Module(a.k.a OSTM) found on the RZ/V2L SoC.
> OSTM module is identical to one found RZ/G2L SoC. No driver changes are
> required as generic compatible string "renesas,ostm" will be used as a
> fallback.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> DTSI changes have been posted as part of series [0]
> 
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
> 20220227203744.18355-8-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/timer/renesas,ostm.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM
  2022-02-27 22:48 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM Lad Prabhakar
  2022-02-28  9:47 ` Krzysztof Kozlowski
@ 2022-02-28 14:43 ` Geert Uytterhoeven
  2022-03-01 15:35 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-02-28 14:43 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Linux-Renesas,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Daniel Lezcano, Thomas Gleixner, Rob Herring,
	Krzysztof Kozlowski, Maxime Coquelin, Alexandre Torgue,
	Chris Brandt, Linux Kernel Mailing List, Prabhakar, Biju Das,
	linux-stm32, Linux ARM

On Sun, Feb 27, 2022 at 11:49 PM Lad Prabhakar
<prabhakar.mahadev-lad.rj@bp.renesas.com> wrote:
> Document the General Timer Module(a.k.a OSTM) found on the RZ/V2L SoC.
> OSTM module is identical to one found RZ/G2L SoC. No driver changes are
> required as generic compatible string "renesas,ostm" will be used as a
> fallback.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.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: ostm: Document Renesas RZ/V2L OSTM
  2022-02-27 22:48 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM Lad Prabhakar
  2022-02-28  9:47 ` Krzysztof Kozlowski
  2022-02-28 14:43 ` Geert Uytterhoeven
@ 2022-03-01 15:35 ` Rob Herring
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-03-01 15:35 UTC (permalink / raw)
  To: Lad Prabhakar
  Cc: Alexandre Torgue, linux-kernel, Maxime Coquelin,
	linux-renesas-soc, Thomas Gleixner, linux-stm32, devicetree,
	Biju Das, Chris Brandt, Geert Uytterhoeven, Rob Herring,
	Prabhakar, linux-arm-kernel, Krzysztof Kozlowski, Daniel Lezcano

On Sun, 27 Feb 2022 22:48:44 +0000, Lad Prabhakar wrote:
> Document the General Timer Module(a.k.a OSTM) found on the RZ/V2L SoC.
> OSTM module is identical to one found RZ/G2L SoC. No driver changes are
> required as generic compatible string "renesas,ostm" will be used as a
> fallback.
> 
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> DTSI changes have been posted as part of series [0]
> 
> [0] https://patchwork.kernel.org/project/linux-renesas-soc/patch/
> 20220227203744.18355-8-prabhakar.mahadev-lad.rj@bp.renesas.com/
> ---
>  Documentation/devicetree/bindings/timer/renesas,ostm.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

Applied, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-01 15:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-27 22:48 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/V2L OSTM Lad Prabhakar
2022-02-28  9:47 ` Krzysztof Kozlowski
2022-02-28 14:43 ` Geert Uytterhoeven
2022-03-01 15:35 ` 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).