Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sunxi: bananapi-m2-plus: Increase BT UART speed

Bluetooth module on BananaPi M2 Plus can also be used for streaming
audio. However, for that case higher UART speed is required.

Add a max-speed property.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20210116105228.847073-1-jernej.skrabec@siol.net

authored by

Jernej Skrabec and committed by
Maxime Ripard
50b459bc 94492618

+1
+1
arch/arm/boot/dts/sunxi-bananapi-m2-plus.dtsi
··· 219 219 220 220 bluetooth { 221 221 compatible = "brcm,bcm43438-bt"; 222 + max-speed = <1500000>; 222 223 clocks = <&rtc 1>; 223 224 clock-names = "lpo"; 224 225 vbat-supply = <&reg_vcc3v3>;