diff mbox series

dt-bindings: pwm: renesas: tpu: document R8A779{7|8}0 bindings

Message ID ea104bc7-ee9a-b638-36da-6c6af1e622be@cogentembedded.com
State Not Applicable, archived
Headers show
Series dt-bindings: pwm: renesas: tpu: document R8A779{7|8}0 bindings | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Sergei Shtylyov Sept. 22, 2018, 7:57 p.m. UTC
Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas TPU bindings;
the TPU hardware in those is the Renesas standard 4-channel timer pulse
unit.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against Linus' repo plus the bindings fix just reposted...

 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt |    4 ++++
 1 file changed, 4 insertions(+)

Comments

Geert Uytterhoeven Sept. 24, 2018, 11:24 a.m. UTC | #1
On Sat, Sep 22, 2018 at 9:57 PM Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas TPU bindings;
> the TPU hardware in those is the Renesas standard 4-channel timer pulse
> unit.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert
Simon Horman Sept. 24, 2018, 3:32 p.m. UTC | #2
On Sat, Sep 22, 2018 at 10:57:29PM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas TPU bindings;
> the TPU hardware in those is the Renesas standard 4-channel timer pulse
> unit.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Thierry Reding Oct. 12, 2018, 11:21 a.m. UTC | #3
On Sat, Sep 22, 2018 at 10:57:29PM +0300, Sergei Shtylyov wrote:
> Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas TPU bindings;
> the TPU hardware in those is the Renesas standard 4-channel timer pulse
> unit.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> This patch is against Linus' repo plus the bindings fix just reposted...
> 
>  Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt |    4 ++++
>  1 file changed, 4 insertions(+)

Applied, thanks.

Thierry
diff mbox series

Patch

Index: linux/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
===================================================================
--- linux.orig/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
+++ linux/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
@@ -8,6 +8,10 @@  Required Properties:
     - "renesas,tpu-r8a7743": for R8A7743 (RZ/G1M) compatible PWM controller.
     - "renesas,tpu-r8a7745": for R8A7745 (RZ/G1E) compatible PWM controller.
     - "renesas,tpu-r8a7790": for R8A7790 (R-Car H2) compatible PWM controller.
+    - "renesas,tpu-r8a77970": for R8A77970 (R-Car V3M) compatible PWM
+			      controller.
+    - "renesas,tpu-r8a77980": for R8A77980 (R-Car V3H) compatible PWM
+			      controller.
     - "renesas,tpu": for the generic TPU PWM controller; this is a fallback for
 		     the entries listed above.