* [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM
@ 2022-04-23 20:24 Biju Das
2022-04-24 14:31 ` Krzysztof Kozlowski
2022-04-25 13:05 ` Geert Uytterhoeven
0 siblings, 2 replies; 3+ messages in thread
From: Biju Das @ 2022-04-23 20:24 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue
Cc: Biju Das, Daniel Lezcano, Thomas Gleixner, Chris Brandt,
Geert Uytterhoeven, devicetree, linux-stm32, linux-arm-kernel,
Chris Paterson, Biju Das, Prabhakar Mahadev Lad,
linux-renesas-soc
Document the General Timer Module(a.k.a OSTM) found on the RZ/G2UL 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: Biju Das <biju.das.jz@bp.renesas.com>
---
Documentation/devicetree/bindings/timer/renesas,ostm.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
index c399a019dde7..3f526bdba3f7 100644
--- a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
@@ -23,6 +23,7 @@ properties:
- enum:
- renesas,r7s72100-ostm # RZ/A1H
- renesas,r7s9210-ostm # RZ/A2M
+ - renesas,r9a07g043-ostm # RZ/G2UL
- renesas,r9a07g044-ostm # RZ/G2{L,LC}
- renesas,r9a07g054-ostm # RZ/V2L
- const: renesas,ostm # Generic
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM
2022-04-23 20:24 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM Biju Das
@ 2022-04-24 14:31 ` Krzysztof Kozlowski
2022-04-25 13:05 ` Geert Uytterhoeven
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-24 14:31 UTC (permalink / raw)
To: Biju Das, Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue
Cc: Daniel Lezcano, Thomas Gleixner, Chris Brandt, Geert Uytterhoeven,
devicetree, linux-stm32, linux-arm-kernel, Chris Paterson,
Biju Das, Prabhakar Mahadev Lad, linux-renesas-soc
On 23/04/2022 22:24, Biju Das wrote:
> Document the General Timer Module(a.k.a OSTM) found on the RZ/G2UL 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.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM
2022-04-23 20:24 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM Biju Das
2022-04-24 14:31 ` Krzysztof Kozlowski
@ 2022-04-25 13:05 ` Geert Uytterhoeven
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2022-04-25 13:05 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Krzysztof Kozlowski, Maxime Coquelin,
Alexandre Torgue, Daniel Lezcano, Thomas Gleixner, Chris Brandt,
open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
linux-stm32, Linux ARM, Chris Paterson, Biju Das,
Prabhakar Mahadev Lad, Linux-Renesas
Hi Biju,
On Sat, Apr 23, 2022 at 10:25 PM Biju Das <biju.das.jz@bp.renesas.com> wrote:
> Document the General Timer Module(a.k.a OSTM) found on the RZ/G2UL 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: Biju Das <biju.das.jz@bp.renesas.com>
Thanks for your patch!
> --- a/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
> +++ b/Documentation/devicetree/bindings/timer/renesas,ostm.yaml
> @@ -23,6 +23,7 @@ properties:
> - enum:
> - renesas,r7s72100-ostm # RZ/A1H
> - renesas,r7s9210-ostm # RZ/A2M
> + - renesas,r9a07g043-ostm # RZ/G2UL
> - renesas,r9a07g044-ostm # RZ/G2{L,LC}
> - renesas,r9a07g054-ostm # RZ/V2L
> - const: renesas,ostm # Generic
Please make the resets property required on RZ/G2UL.
With that fixed:
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] 3+ messages in thread
end of thread, other threads:[~2022-04-25 13:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-23 20:24 [PATCH] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM Biju Das
2022-04-24 14:31 ` Krzysztof Kozlowski
2022-04-25 13:05 ` Geert Uytterhoeven
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).