Patch "arm64: dts: renesas: beacon kit: Fix choppy Bluetooth Audio" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    arm64: dts: renesas: beacon kit: Fix choppy Bluetooth Audio

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     arm64-dts-renesas-beacon-kit-fix-choppy-bluetooth-au.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 5f02974d1a032f903b45ce305e797fa8ec61dd4e
Author: Adam Ford <aford173@xxxxxxxxx>
Date:   Sun Dec 13 12:37:42 2020 -0600

    arm64: dts: renesas: beacon kit: Fix choppy Bluetooth Audio
    
    [ Upstream commit db030c5a9658846a42fbed4d43a8b5f28a2d7ab7 ]
    
    The Bluetooth chip is capable of operating at 4Mbps, but the
    max-speed setting was on the UART node instead of the Bluetooth
    node, so the chip didn't operate at the correct speed resulting
    in choppy audio.  Fix this by setting the max-speed in the proper
    node.
    
    Fixes: a1d8a344f1ca ("arm64: dts: renesas: Introduce r8a774a1-beacon-rzg2m-kit")
    Signed-off-by: Adam Ford <aford173@xxxxxxxxx>
    Link: https://lore.kernel.org/r/20201213183759.223246-3-aford173@xxxxxxxxx
    Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
index 97272f5fa0abf..6d24b36ca0a7c 100644
--- a/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/beacon-renesom-som.dtsi
@@ -88,7 +88,6 @@
 	pinctrl-names = "default";
 	uart-has-rtscts;
 	status = "okay";
-	max-speed = <4000000>;
 
 	bluetooth {
 		compatible = "brcm,bcm43438-bt";
@@ -97,6 +96,7 @@
 		device-wakeup-gpios = <&pca9654 5 GPIO_ACTIVE_HIGH>;
 		clocks = <&osc_32k>;
 		clock-names = "extclk";
+		max-speed = <4000000>;
 	};
 };
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux