Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1469549 > unrolled thread

Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz

Started byWei Xu <xuwei5@hisilicon.com>
First post2016-08-24 17:40 +0200
Last post2016-08-24 17:40 +0200
Articles 1 — 1 participant

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.


Contents

  Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Wei Xu <xuwei5@hisilicon.com> - 2016-08-24 17:40 +0200

#1469549 — Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz

FromWei Xu <xuwei5@hisilicon.com>
Date2016-08-24 17:40 +0200
SubjectRe: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz
Message-ID<s9Irw-4bS-21@gated-at.bofh.it>
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>
> ---

Applied to the hisi-dt-4.9 branch.
Thanks!

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";
>  		};
>  
> 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web