Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0068b2e1 authored by Bo Shen's avatar Bo Shen Committed by Nicolas Ferre
Browse files

ARM: at91/dt: sama5d4: fix the timer reg length



The second property of reg is the length, so correct it for timer.

Signed-off-by: default avatarBo Shen <voice.shen@atmel.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent 97bf6af1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1008,7 +1008,7 @@


			pit: timer@fc068630 {
			pit: timer@fc068630 {
				compatible = "atmel,at91sam9260-pit";
				compatible = "atmel,at91sam9260-pit";
				reg = <0xfc068630 0xf>;
				reg = <0xfc068630 0x10>;
				interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
				interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
				clocks = <&h32ck>;
				clocks = <&h32ck>;
			};
			};