* [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
@ 2014-12-11 2:54 ` Bo Shen
0 siblings, 0 replies; 6+ messages in thread
From: Bo Shen @ 2014-12-11 2:54 UTC (permalink / raw)
To: linux-arm-kernel
The second property of reg is the length, so correct it for timer.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
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 at 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
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
@ 2014-12-11 2:54 ` Bo Shen
0 siblings, 0 replies; 6+ messages in thread
From: Bo Shen @ 2014-12-11 2:54 UTC (permalink / raw)
To: nicolas.ferre; +Cc: linux-arm-kernel, linux-kernel, devicetree, Bo Shen
The second property of reg is the length, so correct it for timer.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
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
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
@ 2014-12-11 2:54 ` Bo Shen
0 siblings, 0 replies; 6+ 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] 6+ messages in thread* [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
2014-12-11 2:54 ` Bo Shen
(?)
@ 2014-12-16 10:33 ` Nicolas Ferre
-1 siblings, 0 replies; 6+ messages in thread
From: Nicolas Ferre @ 2014-12-16 10:33 UTC (permalink / raw)
To: linux-arm-kernel
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 at 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] 6+ messages in thread* Re: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
@ 2014-12-16 10:33 ` Nicolas Ferre
0 siblings, 0 replies; 6+ 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] 6+ messages in thread* Re: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
@ 2014-12-16 10:33 ` Nicolas Ferre
0 siblings, 0 replies; 6+ 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] 6+ messages in thread
end of thread, other threads:[~2014-12-16 10:34 UTC | newest]
Thread overview: 6+ 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-11 2:54 ` Bo Shen
2014-12-11 2:54 ` Bo Shen
2014-12-16 10:33 ` Nicolas Ferre
2014-12-16 10:33 ` Nicolas Ferre
2014-12-16 10:33 ` Nicolas Ferre
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.