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 R-Car gen3 support

Document support for the R-Car gen3 CMT types 0/1 bindings -- they seem
to be the same CMT types 0/1 as in the R-Car gen2 SoCs.

Also document R8A779{7|8}0 bindings as these are the R-Car gen3 SoCs for
which the initial support was done.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

authored by

Sergei Shtylyov and committed by
Daniel Lezcano
9a199422 eceb4c49

+7
+7
Documentation/devicetree/bindings/timer/renesas,cmt.txt
··· 34 34 - "renesas,r8a7793-cmt1" for the 48-bit CMT1 device included in r8a7793. 35 35 - "renesas,r8a7794-cmt0" for the 32-bit CMT0 device included in r8a7794. 36 36 - "renesas,r8a7794-cmt1" for the 48-bit CMT1 device included in r8a7794. 37 + - "renesas,r8a77970-cmt0" for the 32-bit CMT0 device included in r8a77970. 38 + - "renesas,r8a77970-cmt1" for the 48-bit CMT1 device included in r8a77970. 39 + - "renesas,r8a77980-cmt0" for the 32-bit CMT0 device included in r8a77980. 40 + - "renesas,r8a77980-cmt1" for the 48-bit CMT1 device included in r8a77980. 37 41 38 42 - "renesas,rcar-gen2-cmt0" for 32-bit CMT0 devices included in R-Car Gen2 39 43 and RZ/G1. ··· 45 41 and RZ/G1. 46 42 These are fallbacks for r8a73a4, R-Car Gen2 and RZ/G1 entries 47 43 listed above. 44 + - "renesas,rcar-gen3-cmt0" for 32-bit CMT0 devices included in R-Car Gen3. 45 + - "renesas,rcar-gen3-cmt1" for 48-bit CMT1 devices included in R-Car Gen3. 46 + These are fallbacks for R-Car Gen3 entries listed above. 48 47 49 48 - reg: base address and length of the registers block for the timer module. 50 49 - interrupts: interrupt-specifier for the timer, one per channel.