aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2017-12-19 17:02:06 +0100
committerThierry Reding <[email protected]>2018-03-27 23:58:47 +0200
commit3b8ad2c1effedf2fed4ad989612386b5cff11289 (patch)
tree78c3834e87238023503894aeb3952d3880a690a0
parent9d7e72858d9d84abbbb49e98e2dafeee2f7fd9b6 (diff)
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 <[email protected]> Reviewed-by: Simon Horman <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
-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>;
};