[PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support

Geert Uytterhoeven posted 3 patches 1 year, 10 months ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
Posted by Geert Uytterhoeven 1 year, 10 months ago
Document support for the Timer Unit (TMU) on the R-Mobile APE6 (R8A73A4)
Soc.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/timer/renesas,tmu.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
index 2c915101d7bcec68..8df9d4718cf82a28 100644
--- a/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
+++ b/Documentation/devicetree/bindings/timer/renesas,tmu.yaml
@@ -21,6 +21,7 @@ properties:
   compatible:
     items:
       - enum:
+          - renesas,tmu-r8a73a4  # R-Mobile APE6
           - renesas,tmu-r8a7740  # R-Mobile A1
           - renesas,tmu-r8a774a1 # RZ/G2M
           - renesas,tmu-r8a774b1 # RZ/G2N
@@ -94,6 +95,7 @@ if:
       compatible:
         contains:
           enum:
+            - renesas,tmu-r8a73a4
             - renesas,tmu-r8a7740
             - renesas,tmu-r8a7778
             - renesas,tmu-r8a7779
-- 
2.34.1
Re: [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
Posted by Wolfram Sang 1 year, 10 months ago
On Tue, Mar 19, 2024 at 04:46:03PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on the R-Mobile APE6 (R8A73A4)
> Soc.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>

Re: [PATCH 1/3] dt-bindings: timer: renesas,tmu: Add R-Mobile APE6 support
Posted by Conor Dooley 1 year, 10 months ago
On Tue, Mar 19, 2024 at 04:46:03PM +0100, Geert Uytterhoeven wrote:
> Document support for the Timer Unit (TMU) on the R-Mobile APE6 (R8A73A4)
> Soc.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>