aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pwm
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2017-12-19 17:02:06 +0100
committerThierry Reding <thierry.reding@gmail.com>2018-03-27 23:58:47 +0200
commit3b8ad2c1effedf2fed4ad989612386b5cff11289 (patch)
tree78c3834e87238023503894aeb3952d3880a690a0 /Documentation/devicetree/bindings/pwm
parentdt-bindings: pwm: rcar: Document r8a774[35] PWM bindings (diff)
downloadlinux-dev-3b8ad2c1effedf2fed4ad989612386b5cff11289.tar.xz
linux-dev-3b8ad2c1effedf2fed4ad989612386b5cff11289.zip
dt-bindings: pwm: renesas-tpu: Correct example TPU register block size
The Timer Pulse Unit on R-Mobile A1 has registers that lie outside the declared register block. Enlarge the register block size to fix this. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <simon.horman@netronome.com> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/pwm')
-rw-r--r--Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
index 16e574821668..d52e30ed8072 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
@@ -24,6 +24,6 @@ Example: R8A7740 (R-Car A1) TPU controller node
tpu: pwm@e6600000 {
compatible = "renesas,tpu-r8a7740", "renesas,tpu";
- reg = <0xe6600000 0x100>;
+ reg = <0xe6600000 0x148>;
#pwm-cells = <3>;
};