Date
1 - 1 of 1
[PATCH 5.10.y-cip 01/13] dt-bindings: timer: renesas: ostm: Document Renesas RZ/G2UL OSTM
Biju Das
commit f14eb061fe89de0a090837c28ea15a79403730ee upstream.
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@...> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@...> Reviewed-by: Geert Uytterhoeven <geert+renesas@...> Signed-off-by: Rob Herring <robh@...> Link: https://lore.kernel.org/r/20220425141828.197321-1-biju.das.jz@bp.renesas.com Signed-off-by: Biju Das <biju.das.jz@...> --- 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 c399a019dde7..7207929e5cd6 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 @@ -54,6 +55,7 @@ if: compatible: contains: enum: + - renesas,r9a07g043-ostm - renesas,r9a07g044-ostm - renesas,r9a07g054-ostm then: -- 2.25.1 |
|