mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7740: Correct TPU register block size
The Timer Pulse Unit 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> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
b9db3affbc
commit
2211a3062c
|
@ -317,7 +317,7 @@ pfc: pin-controller@e6050000 {
|
|||
|
||||
tpu: pwm@e6600000 {
|
||||
compatible = "renesas,tpu-r8a7740", "renesas,tpu";
|
||||
reg = <0xe6600000 0x100>;
|
||||
reg = <0xe6600000 0x148>;
|
||||
clocks = <&mstp3_clks R8A7740_CLK_TPU0>;
|
||||
power-domains = <&pd_a3sp>;
|
||||
status = "disabled";
|
||||
|
|
Loading…
Reference in New Issue