From: xuwei5@hisilicon.com (Wei Xu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz
Date: Fri, 19 Aug 2016 09:29:15 +0100 [thread overview]
Message-ID: <57B6C35B.5010901@hisilicon.com> (raw)
In-Reply-To: <85888839-f776-9f8a-0f06-8a1f69aab56d@linaro.org>
On 19/08/2016 07:57, Jorge Ramirez wrote:
> On 07/11/2016 11:53 AM, Wei Xu wrote:
>> Hi Jorge,
>>
>> On 08/07/2016 09:11, Jorge Ramirez-Ortiz wrote:
>>> Enable support for higher baud rates (up to 3Mbps) in UART1 - required
>>> for bluetooth transfers.
>>>
>>> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
>>> Tested-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
>> Fine to me.
>> Thanks!
>>
>> Acked-by: Wei Xu <xuwei5@hisilicon.com>
>>
>> Best Regards,
>> Wei
>>
>>> ---
>>> arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>>> index e92a30c..27be812 100644
>>> --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>>> +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>>> @@ -55,6 +55,8 @@
>>> };
>>> uart1: uart at f7111000 {
>>> + assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
>>> + assigned-clock-rates = <150000000>;
>>> status = "ok";
>>> };
>>>
Hi Jorge,
> Wei Xu,
>
> I couldn't find the change upstream. has it been merged?
No.
I thought Mike will pick them.
If nothing need to be change, I will pick up it.
Best Regards,
Wei
>
>
> .
>
WARNING: multiple messages have this Message-ID (diff)
From: Wei Xu <xuwei5@hisilicon.com>
To: Jorge Ramirez <jorge.ramirez-ortiz@linaro.org>,
<linux@armlinux.org.uk>, <mturquette@baylibre.com>
Cc: <guodong.xu@linaro.org>, <sboyd@codeaurora.org>,
<xinliang.liu@linaro.org>, <john.stultz@linaro.org>,
<linux-arm-kernel@lists.infradead.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz
Date: Fri, 19 Aug 2016 09:29:15 +0100 [thread overview]
Message-ID: <57B6C35B.5010901@hisilicon.com> (raw)
In-Reply-To: <85888839-f776-9f8a-0f06-8a1f69aab56d@linaro.org>
On 19/08/2016 07:57, Jorge Ramirez wrote:
> On 07/11/2016 11:53 AM, Wei Xu wrote:
>> Hi Jorge,
>>
>> On 08/07/2016 09:11, Jorge Ramirez-Ortiz wrote:
>>> Enable support for higher baud rates (up to 3Mbps) in UART1 - required
>>> for bluetooth transfers.
>>>
>>> Signed-off-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
>>> Tested-by: Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
>> Fine to me.
>> Thanks!
>>
>> Acked-by: Wei Xu <xuwei5@hisilicon.com>
>>
>> Best Regards,
>> Wei
>>
>>> ---
>>> arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 2 ++
>>> 1 file changed, 2 insertions(+)
>>>
>>> diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>>> index e92a30c..27be812 100644
>>> --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>>> +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
>>> @@ -55,6 +55,8 @@
>>> };
>>> uart1: uart@f7111000 {
>>> + assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
>>> + assigned-clock-rates = <150000000>;
>>> status = "ok";
>>> };
>>>
Hi Jorge,
> Wei Xu,
>
> I couldn't find the change upstream. has it been merged?
No.
I thought Mike will pick them.
If nothing need to be change, I will pick up it.
Best Regards,
Wei
>
>
> .
>
next prev parent reply other threads:[~2016-08-19 8:29 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-08 8:11 [PATCH 1/2] tty: amba-pl011: add support for clock frequency setting via dt Jorge Ramirez-Ortiz
2016-07-08 8:11 ` Jorge Ramirez-Ortiz
2016-07-08 8:11 ` [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Jorge Ramirez-Ortiz
2016-07-08 8:11 ` Jorge Ramirez-Ortiz
2016-07-08 17:23 ` Michael Turquette
2016-07-08 17:23 ` Michael Turquette
2016-07-11 9:53 ` Wei Xu
2016-07-11 9:53 ` Wei Xu
2016-08-19 6:57 ` Jorge Ramirez
2016-08-19 6:57 ` Jorge Ramirez
2016-08-19 8:29 ` Wei Xu [this message]
2016-08-19 8:29 ` Wei Xu
2016-08-19 9:30 ` Jorge Ramirez-Ortiz
2016-08-19 9:30 ` Jorge Ramirez-Ortiz
2016-08-24 15:24 ` Wei Xu
2016-08-24 15:24 ` Wei Xu
2016-07-08 17:14 ` [PATCH 1/2] tty: amba-pl011: add support for clock frequency setting via dt Michael Turquette
2016-07-08 17:14 ` Michael Turquette
2016-07-08 21:39 ` Jorge Ramirez
2016-07-08 21:39 ` Jorge Ramirez
2016-07-09 0:23 ` Michael Turquette
2016-07-09 0:23 ` Michael Turquette
2016-07-09 0:43 ` Stephen Boyd
2016-07-09 0:43 ` Stephen Boyd
2016-07-09 6:42 ` Jorge Ramirez
2016-07-09 6:42 ` Jorge Ramirez
[not found] ` <CAPPM39Zy2ii4-9ABTr+WtN5zdBjTFomQjzJfdSfrvYC9vhqd1w@mail.gmail.com>
2016-07-11 21:03 ` Stephen Boyd
2016-07-11 21:03 ` Stephen Boyd
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=57B6C35B.5010901@hisilicon.com \
--to=xuwei5@hisilicon.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.