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)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 12 Jan 2015 11:04:12 +0000 (12:04 +0100)
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>
arch/arm/boot/dts/sama5d4.dtsi

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