diff options
author | Adam Ford <aford173@gmail.com> | 2020-10-07 08:02:37 -0500 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-10-30 15:56:35 +0800 |
commit | 587258edd94c305077923ec458e04c032fca83e6 (patch) | |
tree | 30571286c1852e93c67c83173d741c94cfc1dc55 /arch/arm64 | |
parent | 054b5d97448714ae4a0bcd6f36b0515ac7aed21e (diff) | |
download | linux-587258edd94c305077923ec458e04c032fca83e6.tar.gz linux-587258edd94c305077923ec458e04c032fca83e6.tar.bz2 linux-587258edd94c305077923ec458e04c032fca83e6.zip |
arm64: dts: imx8mm-beacon-som: Fix Choppy BT audio
When streaming bluetooth audio, the sound is choppy due to the
fact that the default baud rate of the HCI interface is too slow
to handle 16-bit stereo at 48KHz.
The Bluetooth chip is capable of up to 4M baud on the serial port,
so this patch sets the max-speed to 4000000 in order to properly
stream audio over the Bluetooth.
Fixes: 593816fa2f35 ("arm64: dts: imx: Add Beacon i.MX8m-Mini development kit")
Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi index 55b36bddd513..b88c3c99b007 100644 --- a/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mm-beacon-som.dtsi @@ -211,6 +211,7 @@ host-wakeup-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; device-wakeup-gpios = <&gpio2 7 GPIO_ACTIVE_HIGH>; clocks = <&osc_32k>; + max-speed = <4000000>; clock-names = "extclk"; }; }; |