Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: timer: renesas, cmt: Document r8a774[35] CMT support

Document SoC specific compatible strings for r8a7743 and r8a7745.
No driver change is needed as the fallback strings will activate
the right code.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Fabrizio Castro and committed by
Simon Horman
24d79d73 519df0e0

+10 -4
+10 -4
Documentation/devicetree/bindings/timer/renesas,cmt.txt
··· 22 22 23 23 - "renesas,r8a73a4-cmt0" for the 32-bit CMT0 device included in r8a73a4. 24 24 - "renesas,r8a73a4-cmt1" for the 48-bit CMT1 device included in r8a73a4. 25 + - "renesas,r8a7743-cmt0" for the 32-bit CMT0 device included in r8a7743. 26 + - "renesas,r8a7743-cmt1" for the 48-bit CMT1 device included in r8a7743. 27 + - "renesas,r8a7745-cmt0" for the 32-bit CMT0 device included in r8a7745. 28 + - "renesas,r8a7745-cmt1" for the 48-bit CMT1 device included in r8a7745. 25 29 - "renesas,r8a7790-cmt0" for the 32-bit CMT0 device included in r8a7790. 26 30 - "renesas,r8a7790-cmt1" for the 48-bit CMT1 device included in r8a7790. 27 31 - "renesas,r8a7791-cmt0" for the 32-bit CMT0 device included in r8a7791. ··· 35 31 - "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794. 36 32 - "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794. 37 33 38 - - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2. 39 - - "renesas,rcar-gen2-cmt1" for 48-bit CMT1 devices included in R-Car Gen2. 40 - These are fallbacks for r8a73a4 and all the R-Car Gen2 41 - entries listed above. 34 + - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2 35 + and RZ/G1. 36 + - "renesas,rcar-gen2-cmt1" for 48-bit CMT1 devices included in R-Car Gen2 37 + and RZ/G1. 38 + These are fallbacks for r8a73a4, R-Car Gen2 and RZ/G1 entries 39 + listed above. 42 40 43 41 - reg: base address and length of the registers block for the timer module. 44 42 - interrupts: interrupt-specifier for the timer, one per channel.