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 <[email protected]>
---
This was probably based on the old platform code, which also assumed a
register block size of 0x100.

 arch/arm/boot/dts/r8a7740.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/r8a7740.dtsi b/arch/arm/boot/dts/r8a7740.dtsi
index 95c408b11991fb77..afd3bc5e6cf2e23f 100644
--- a/arch/arm/boot/dts/r8a7740.dtsi
+++ b/arch/arm/boot/dts/r8a7740.dtsi
@@ -317,7 +317,7 @@
 
        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";
-- 
2.7.4

Reply via email to