Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf1ff532 authored by Guodong Xu's avatar Guodong Xu Committed by Wei Xu
Browse files

arm64: dts: hikey960: change bluetooth uart max-speed to 3mbps



Update bluetooth UART max-speed to 3Mbps

Signed-off-by: default avatarGuodong Xu <guodong.xu@linaro.org>
Signed-off-by: default avatarWei Xu <xuwei5@hisilicon.com>
parent 996707d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@
	bluetooth {
		compatible = "ti,wl1837-st";
		enable-gpios = <&gpio15 6 GPIO_ACTIVE_HIGH>;
		max-speed = <921600>;
		max-speed = <3000000>;
	};
};