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


Groups > linux.kernel > #1440421

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

From Wei Xu <xuwei5@hisilicon.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz
Date 2016-07-11 12:10 +0200
Message-ID <rTGk2-5Co-33@gated-at.bofh.it> (permalink)
References <rSzaW-29Y-11@gated-at.bofh.it> <rSzaW-29Y-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> - 2016-07-08 10:20 +0200
  Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Michael Turquette <mturquette@baylibre.com> - 2016-07-08 19:30 +0200
  Re: [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz Wei Xu <xuwei5@hisilicon.com> - 2016-07-11 12:10 +0200

csiph-web