From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: at91/dt: sam9263: fix PLLB frequencies
Date: Tue, 21 Oct 2014 18:32:19 +0200 [thread overview]
Message-ID: <54468A93.6080707@atmel.com> (raw)
In-Reply-To: <20141010160148.57290e20@bbrezillon>
On 10/10/2014 16:01, Boris Brezillon :
> On Fri, 10 Oct 2014 15:50:21 +0200
> Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:
>
>> From: Boris Brezillon <boris.brezillon@free-electrons.com>
>>
>> PLLB input and output ranges were wrongly copied from at91sam9261 as the
>> datasheet didn't mention explicitly PLLB. Correct their values.
>>
>> This fixes USB.
>>
>> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
>
> Thanks for sending this patch.
>
> Just adding Andreas in Cc and adding his Reported and Tested-by.
>
> Reported-by: Andreas Henriksson <andreas.henriksson@endian.se>
> Tested-by: Andreas Henriksson <andreas.henriksson@endian.se>
Added to the tag area of the patch and stacked on at91-3.18-fixes branch.
Thanks!
>
>> ---
>> arch/arm/boot/dts/at91sam9263.dtsi | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
>> index d68b3c4862bc..51416c7d0625 100644
>> --- a/arch/arm/boot/dts/at91sam9263.dtsi
>> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
>> @@ -122,9 +122,10 @@
>> interrupts-extended = <&pmc AT91_PMC_LOCKB>;
>> clocks = <&main>;
>> reg = <1>;
>> - atmel,clk-input-range = <1000000 5000000>;
>> + atmel,clk-input-range = <1000000 32000000>;
>> #atmel,pll-clk-output-range-cells = <4>;
>> - atmel,pll-clk-output-ranges = <70000000 130000000 1 1>;
>> + atmel,pll-clk-output-ranges = <80000000 200000000 0 1>,
>> + <190000000 240000000 2 1>;
>> };
>>
>> mck: masterck {
>
>
>
--
Nicolas Ferre
WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Andreas Henriksson <andreas.henriksson@endian.se>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] ARM: at91/dt: sam9263: fix PLLB frequencies
Date: Tue, 21 Oct 2014 18:32:19 +0200 [thread overview]
Message-ID: <54468A93.6080707@atmel.com> (raw)
In-Reply-To: <20141010160148.57290e20@bbrezillon>
On 10/10/2014 16:01, Boris Brezillon :
> On Fri, 10 Oct 2014 15:50:21 +0200
> Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:
>
>> From: Boris Brezillon <boris.brezillon@free-electrons.com>
>>
>> PLLB input and output ranges were wrongly copied from at91sam9261 as the
>> datasheet didn't mention explicitly PLLB. Correct their values.
>>
>> This fixes USB.
>>
>> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
>
> Thanks for sending this patch.
>
> Just adding Andreas in Cc and adding his Reported and Tested-by.
>
> Reported-by: Andreas Henriksson <andreas.henriksson@endian.se>
> Tested-by: Andreas Henriksson <andreas.henriksson@endian.se>
Added to the tag area of the patch and stacked on at91-3.18-fixes branch.
Thanks!
>
>> ---
>> arch/arm/boot/dts/at91sam9263.dtsi | 5 +++--
>> 1 file changed, 3 insertions(+), 2 deletions(-)
>>
>> diff --git a/arch/arm/boot/dts/at91sam9263.dtsi b/arch/arm/boot/dts/at91sam9263.dtsi
>> index d68b3c4862bc..51416c7d0625 100644
>> --- a/arch/arm/boot/dts/at91sam9263.dtsi
>> +++ b/arch/arm/boot/dts/at91sam9263.dtsi
>> @@ -122,9 +122,10 @@
>> interrupts-extended = <&pmc AT91_PMC_LOCKB>;
>> clocks = <&main>;
>> reg = <1>;
>> - atmel,clk-input-range = <1000000 5000000>;
>> + atmel,clk-input-range = <1000000 32000000>;
>> #atmel,pll-clk-output-range-cells = <4>;
>> - atmel,pll-clk-output-ranges = <70000000 130000000 1 1>;
>> + atmel,pll-clk-output-ranges = <80000000 200000000 0 1>,
>> + <190000000 240000000 2 1>;
>> };
>>
>> mck: masterck {
>
>
>
--
Nicolas Ferre
next prev parent reply other threads:[~2014-10-21 16:32 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-10 13:50 [PATCH] ARM: at91/dt: sam9263: fix PLLB frequencies Alexandre Belloni
2014-10-10 13:50 ` Alexandre Belloni
2014-10-10 14:01 ` Boris Brezillon
2014-10-10 14:01 ` Boris Brezillon
2014-10-21 16:32 ` Nicolas Ferre [this message]
2014-10-21 16:32 ` 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=54468A93.6080707@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.