From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
Date: Tue, 16 Dec 2014 11:33:56 +0100 [thread overview]
Message-ID: <54900A94.1080001@atmel.com> (raw)
In-Reply-To: <1418266473-30187-1-git-send-email-voice.shen@atmel.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
Date: Tue, 16 Dec 2014 11:33:56 +0100 [thread overview]
Message-ID: <54900A94.1080001@atmel.com> (raw)
In-Reply-To: <1418266473-30187-1-git-send-email-voice.shen@atmel.com>
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
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Bo Shen <voice.shen@atmel.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>
Subject: Re: [PATCH] ARM: at91/dt: sama5d4: fix the timer reg length
Date: Tue, 16 Dec 2014 11:33:56 +0100 [thread overview]
Message-ID: <54900A94.1080001@atmel.com> (raw)
In-Reply-To: <1418266473-30187-1-git-send-email-voice.shen@atmel.com>
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
next prev parent reply other threads:[~2014-12-16 10:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2014-12-16 10:33 ` Nicolas Ferre
2014-12-16 10:33 ` Nicolas Ferre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54900A94.1080001@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.