* [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
@ 2014-12-11 2:54 Bo Shen
2014-12-16 10:33 ` Nicolas Ferre
0 siblings, 1 reply; 2+ messages in thread
From: Bo Shen @ 2014-12-11 2:54 UTC (permalink / raw)
To: nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w
Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA, Bo Shen
The second property of reg is the length, so correct it for timer.
Signed-off-by: Bo Shen <voice.shen-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
---
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
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
2014-12-11 2:54 [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length Bo Shen
@ 2014-12-16 10:33 ` Nicolas Ferre
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Ferre @ 2014-12-16 10:33 UTC (permalink / raw)
To: Bo Shen; +Cc: linux-arm-kernel, linux-kernel, devicetree
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 <voice.shen@atmel.com>
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-12-16 10:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-11 2:54 [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length Bo Shen
2014-12-16 10:33 ` Nicolas Ferre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).