arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps
authorGuodong Xu <guodong.xu@linaro.org>
Mon, 14 Aug 2017 09:50:47 +0000 (17:50 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Wed, 16 Aug 2017 08:32:11 +0000 (09:32 +0100)
Update bluetooth UART max-speed to 3Mbps

Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi3660-hikey960.dts

index 7770ec7..fd4705c 100644 (file)
        bluetooth {
                compatible = "ti,wl1837-st";
                enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
-               max-speed = <921600>;
+               max-speed = <3000000>;
        };
 };