diff options
author | Biju Das <[email protected]> | 2023-07-27 09:18:46 +0100 |
---|---|---|
committer | Daniel Lezcano <[email protected]> | 2023-10-11 09:03:55 +0200 |
commit | 078a5babf2bc92eba04b8f9162e5fea7afc2749e (patch) | |
tree | 4cdccbc5c108bfae43adb2a759a40e1597b443ea | |
parent | b121e7881b8975cf8dc24d9bd71a5af81ed8a6b1 (diff) |
dt-bindings: timer: renesas,rz-mtu3: Document RZ/{G2UL,Five} SoCs
Add MTU3a binding documentation for Renesas RZ/{G2UL,Five} SoCs.
MTU3a block is identical to one found on RZ/G2L, so no driver changes are
required. The fallback compatible string "renesas,rz-mtu3" will be used
on RZ/{G2UL,Five}.
Signed-off-by: Biju Das <[email protected]>
Acked-by: Conor Dooley <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Daniel Lezcano <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml b/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml index 670a2ebaacdb..3931054b42fb 100644 --- a/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml +++ b/Documentation/devicetree/bindings/timer/renesas,rz-mtu3.yaml @@ -109,6 +109,7 @@ properties: compatible: items: - enum: + - renesas,r9a07g043-mtu3 # RZ/{G2UL,Five} - renesas,r9a07g044-mtu3 # RZ/G2{L,LC} - renesas,r9a07g054-mtu3 # RZ/V2L - const: renesas,rz-mtu3 |