]> git.hungrycats.org Git - linux/commitdiff
ARM: at91/dt: sama5d4: fix the timer reg length
authorBo Shen <voice.shen@atmel.com>
Thu, 11 Dec 2014 02:54:33 +0000 (10:54 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 10 Nov 2018 15:39:16 +0000 (07:39 -0800)
[ Upstream commit 0068b2e1b7f925a818fdc0a5d10ef0ad40f746e7 ]

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

Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/sama5d4.dtsi

index 0837c1afd666ae480ab119dbfb5082119fb14c58..24e7b237c04897243d1c2e988d392b719b63a822 100644 (file)
 
                        pit: timer@fc068630 {
                                compatible = "atmel,at91sam9260-pit";
-                               reg = <0xfc068630 0xf>;
+                               reg = <0xfc068630 0x10>;
                                interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
                                clocks = <&h32ck>;
                        };