Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1439168 > unrolled thread
| Started by | Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> |
|---|---|
| First post | 2016-07-08 10:20 +0200 |
| Last post | 2016-07-08 19:30 +0200 |
| Articles | 2 — 2 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.
[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
| From | Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> |
|---|---|
| Date | 2016-07-08 10:20 +0200 |
| Subject | [PATCH 2/2] arm64: dts: set UART1 clock frequency to 150MHz |
| Message-ID | <rSzaW-29Y-15@gated-at.bofh.it> |
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>
---
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";
};
--
2.7.4
[toc] | [next] | [standalone]
| From | Michael Turquette <mturquette@baylibre.com> |
|---|---|
| Date | 2016-07-08 19:30 +0200 |
| Message-ID | <rSHLb-7Oc-19@gated-at.bofh.it> |
| In reply to | #1439168 |
Quoting Jorge Ramirez-Ortiz (2016-07-08 01:11:07)
> 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>
Reviewed-by: Michael Turquette <mturquette@baylibre.com>
> ---
> 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";
> };
>
> --
> 2.7.4
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web