2014-12-11 02:54:45

by Bo Shen

[permalink] [raw]
Subject: [PATCH] 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: Bo Shen <[email protected]>
---

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

diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
index 2cc3cfe..0901706 100644
--- a/arch/arm/boot/dts/sama5d4.dtsi
+++ b/arch/arm/boot/dts/sama5d4.dtsi
@@ -940,7 +940,7 @@

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


2014-12-16 10:34:01

by Nicolas Ferre

[permalink] [raw]
Subject: Re: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length

Le 11/12/2014 03:54, Bo Shen a ?crit :
> The second property of reg is the length, so correct it for timer.
>
> Signed-off-by: Bo Shen <[email protected]>

Acked-by: Nicolas Ferre <[email protected]>

and stacked on top of at91-3.19-fixes.

Thanks.

> ---
>
> arch/arm/boot/dts/sama5d4.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/arch/arm/boot/dts/sama5d4.dtsi
> index 2cc3cfe..0901706 100644
> --- a/arch/arm/boot/dts/sama5d4.dtsi
> +++ b/arch/arm/boot/dts/sama5d4.dtsi
> @@ -940,7 +940,7 @@
>
> pit: timer@fc068630 {
> compatible = "atmel,at91sam9260-pit";
> - reg = <0xfc068630 0xf>;
> + reg = <0xfc068630 0x10>;
> interrupts = <3 IRQ_TYPE_LEVEL_HIGH 5>;
> clocks = <&h32ck>;
> };
>


--
Nicolas Ferre