mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 03:04:01 +08:00
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>
This commit is contained in:
parent
9d7e72858d
commit
3b8ad2c1ef
@ -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>;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user