Skip to content

Commit

Permalink
stable-6.6: rock s0: add max-speed to 1500000 for bt
Browse files Browse the repository at this point in the history
Fix Bluetooth playback lagging issue.

Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs committed Dec 6, 2023
1 parent bc32d0e commit d2fd334
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ new file mode 100644
index 0000000000..f07543e072
--- /dev/null
+++ b/arch/arm64/boot/dts/rockchip/rk3308-rock-s0.dts
@@ -0,0 +1,522 @@
@@ -0,0 +1,523 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2019 Akash Gajjar <[email protected]>
Expand Down Expand Up @@ -237,6 +237,7 @@ index 0000000000..f07543e072
+ compatible = "brcm,bcm43430a1-bt";
+ clocks = <&cru SCLK_RTC32K>;
+ clock-names = "lpo";
+ max-speed = <1500000>;
+ device-wakeup-gpios = <&gpio4 RK_PB2 GPIO_ACTIVE_HIGH>;
+ host-wakeup-gpios = <&gpio4 RK_PB4 GPIO_ACTIVE_LOW>;
+ shutdown-gpios = <&gpio4 RK_PB3 GPIO_ACTIVE_HIGH>;
Expand Down

0 comments on commit d2fd334

Please sign in to comment.