aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-03-02 09:39:45 -0500
committerThierry Reding <thierry.reding@gmail.com>2018-03-27 17:59:43 -0400
commit204e17baa6fd2ec02deca08cdcb60aad77cbd043 (patch)
tree1a46c58f489963150f026ef1bc73f7b6aba4bf36
parent3b8ad2c1effedf2fed4ad989612386b5cff11289 (diff)
dt-bindings: pwm: renesas-tpu: Correct SoC part numbers and family names
R8A73A4 (not R8A77A4) is R-Mobile APE6, R8A7740 is R-Mobile (not R-Car) A1. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Simon Horman <horms+renesas@verge.net.au> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r--Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
index d52e30ed8072..d53a16715da6 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
@@ -3,7 +3,7 @@
3Required Properties: 3Required Properties:
4 4
5 - compatible: should be one of the following. 5 - compatible: should be one of the following.
6 - "renesas,tpu-r8a73a4": for R8A77A4 (R-Mobile APE6) compatible PWM controller. 6 - "renesas,tpu-r8a73a4": for R8A73A4 (R-Mobile APE6) compatible PWM controller.
7 - "renesas,tpu-r8a7740": for R8A7740 (R-Mobile A1) compatible PWM controller. 7 - "renesas,tpu-r8a7740": for R8A7740 (R-Mobile A1) compatible PWM controller.
8 - "renesas,tpu-r8a7743": for R8A7743 (RZ/G1M) compatible PWM controller. 8 - "renesas,tpu-r8a7743": for R8A7743 (RZ/G1M) compatible PWM controller.
9 - "renesas,tpu-r8a7745": for R8A7745 (RZ/G1E) compatible PWM controller. 9 - "renesas,tpu-r8a7745": for R8A7745 (RZ/G1E) compatible PWM controller.
@@ -20,7 +20,7 @@ Required Properties:
20Please refer to pwm.txt in this directory for details of the common PWM bindings 20Please refer to pwm.txt in this directory for details of the common PWM bindings
21used by client devices. 21used by client devices.
22 22
23Example: R8A7740 (R-Car A1) TPU controller node 23Example: R8A7740 (R-Mobile A1) TPU controller node
24 24
25 tpu: pwm@e6600000 { 25 tpu: pwm@e6600000 {
26 compatible = "renesas,tpu-r8a7740", "renesas,tpu"; 26 compatible = "renesas,tpu-r8a7740", "renesas,tpu";