From f87ba1839fd9a32019744492ed62c1a12b767508 Mon Sep 17 00:00:00 2001 From: "ziv.xu" Date: Tue, 15 Aug 2023 11:26:36 +0800 Subject: [PATCH] starfive: starfive-firmware: modify ap6256 bt startup script modify ap6256 bt startup script 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 aa3030b6..7f04b843 100755 --- a/package/starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth +++ b/package/starfive/starfive-firmware/ap6256-bluetooth/S90bluetooth @@ -25,7 +25,7 @@ case "$1" in start-stop-daemon -K -x $NAME echo 0 > /sys/class/gpio/gpio52/value echo 52 > /sys/class/gpio/unexport - + killall brcm_patchram_plus echo "OK" ;; restart|force-reload)