From b86e7ff86c8fc6b9218d5a7acf4c8c582056b695 Mon Sep 17 00:00:00 2001 From: "ziv.xu" Date: Wed, 8 Nov 2023 11:07:17 +0800 Subject: [PATCH] package:starfive-firmware:ap6256-bluetooth: modify bt baudrate modify bt baudrate to support bt audio Signed-off-by: ziv.xu --- .../starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth b/package/starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth index 7f04b843..7c7ef299 100755 --- a/package/starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth +++ b/package/starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth @@ -17,7 +17,7 @@ case "$1" in echo 1 > /sys/class/gpio/gpio52/value start-stop-daemon -S -b -x $NAME - brcm_patchram_plus --enable_hci --no2bytes --tosleep 200000 --baudrate 115200 --patchram /lib/firmware/BCM4345C5.hcd /dev/ttyS1 & + brcm_patchram_plus --enable_hci --no2bytes --tosleep 200000 --baudrate 1500000 --patchram /lib/firmware/BCM4345C5.hcd /dev/ttyS1 & echo "OK" ;; stop)