Skip to content

Commit

Permalink
dt-bindings: pwm: renesas-tpu: Correct example TPU register block size
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
geertu authored and thierryreding committed Mar 27, 2018
1 parent 9d7e728 commit 3b8ad2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};

0 comments on commit 3b8ad2c

Please sign in to comment.