From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754136AbcHSIbr (ORCPT ); Fri, 19 Aug 2016 04:31:47 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:6120 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750889AbcHSIbo (ORCPT ); Fri, 19 Aug 2016 04:31:44 -0400 Subject: Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz To: Jorge Ramirez , , References: <1467965467-28180-1-git-send-email-jorge.ramirez-ortiz@linaro.org> <1467965467-28180-2-git-send-email-jorge.ramirez-ortiz@linaro.org> <57836C8B.6020509@hisilicon.com> <85888839-f776-9f8a-0f06-8a1f69aab56d@linaro.org> CC: , , , , , From: Wei Xu Message-ID: <57B6C35B.5010901@hisilicon.com> Date: Fri, 19 Aug 2016 09:29:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <85888839-f776-9f8a-0f06-8a1f69aab56d@linaro.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.203.181.153] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.57B6C369.00C0,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 4c8b0765c10711c2c1953b0fa4282901 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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 >>> Tested-by: Jorge Ramirez-Ortiz >> Fine to me. >> Thanks! >> >> Acked-by: Wei Xu >> >> 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 > > > . > From mboxrd@z Thu Jan 1 00:00:00 1970 From: xuwei5@hisilicon.com (Wei Xu) Date: Fri, 19 Aug 2016 09:29:15 +0100 Subject: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz In-Reply-To: <85888839-f776-9f8a-0f06-8a1f69aab56d@linaro.org> References: <1467965467-28180-1-git-send-email-jorge.ramirez-ortiz@linaro.org> <1467965467-28180-2-git-send-email-jorge.ramirez-ortiz@linaro.org> <57836C8B.6020509@hisilicon.com> <85888839-f776-9f8a-0f06-8a1f69aab56d@linaro.org> Message-ID: <57B6C35B.5010901@hisilicon.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 >>> Tested-by: Jorge Ramirez-Ortiz >> Fine to me. >> Thanks! >> >> Acked-by: Wei Xu >> >> 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 > > > . >