Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1466069 > unrolled thread
| Started by | Jorge Ramirez <jorge.ramirez-ortiz@linaro.org> |
|---|---|
| First post | 2016-08-19 09:00 +0200 |
| Last post | 2016-08-19 11:40 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Jorge Ramirez <jorge.ramirez-ortiz@linaro.org> - 2016-08-19 09:00 +0200
Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Wei Xu <xuwei5@hisilicon.com> - 2016-08-19 10:40 +0200
Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> - 2016-08-19 11:40 +0200
| From | Jorge Ramirez <jorge.ramirez-ortiz@linaro.org> |
|---|---|
| Date | 2016-08-19 09:00 +0200 |
| Subject | Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz |
| Message-ID | <s7LWy-2b5-19@gated-at.bofh.it> |
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";
>> };
>>
>>
Wei Xu,
I couldn't find the change upstream. has it been merged?
[toc] | [next] | [standalone]
| From | Wei Xu <xuwei5@hisilicon.com> |
|---|---|
| Date | 2016-08-19 10:40 +0200 |
| Message-ID | <s7Nvj-3hy-25@gated-at.bofh.it> |
| In reply to | #1466069 |
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
>
>
> .
>
[toc] | [prev] | [next] | [standalone]
| From | Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> |
|---|---|
| Date | 2016-08-19 11:40 +0200 |
| Message-ID | <s7Orn-3RM-9@gated-at.bofh.it> |
| In reply to | #1466229 |
On 08/19/2016 10:29 AM, Wei Xu wrote:
>
> 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.
yes please, AFAIK nothing needs to be changed.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web