]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm64: dts: set UART1 clock frequency to 150MHz
authorJorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org>
Fri, 8 Jul 2016 08:11:07 +0000 (10:11 +0200)
committerWei Xu <xuwei5@hisilicon.com>
Wed, 24 Aug 2016 15:17:49 +0000 (16:17 +0100)
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>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

index 593c7e43de79f2e5c44648b2b1f987638b7d562d..2cf2150561ac2ce727cc45075b2d33f045c6ac15 100644 (file)
@@ -55,6 +55,8 @@
                };
 
                uart1: uart@f7111000 {
+                       assigned-clocks = <&sys_ctrl HI6220_UART1_SRC>;
+                       assigned-clock-rates = <150000000>;
                        status = "ok";
                };