]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: rockchip: Fix Bluetooth on the RockPro64 board
authorRaphaël Jakse <raphael.kernel@jakse.fr>
Sun, 30 Nov 2025 16:12:59 +0000 (17:12 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 22 Dec 2025 13:51:51 +0000 (14:51 +0100)
The RockPro64 board has an optional BCM4345C5 Bluetooth device on UART0.

This patch fixes audio stutters by setting its correct max-speed and
compatible properties.

Signed-off-by: Raphaël Jakse <raphael.kernel@jakse.fr>
Link: https://patch.msgid.link/20251130161259.9828-1-raphael.kernel@jakse.fr
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3399-rockpro64-v2.dts
arch/arm64/boot/dts/rockchip/rk3399-rockpro64.dts

index 304e3c51391c2c6025f7daac4257087a33a9d52a..883d9bcfe792e7f1b17adececd9380996d472126 100644 (file)
                };
        };
 };
+
+&uart0 {
+       bluetooth {
+               compatible = "brcm,bcm4345c5";
+               max-speed = <1500000>;
+       };
+};
index 4b42717800f777278802941f743c681c5c4c8465..ae3ee91dba2f07f9e650bbc07b3c36ff8ebd7456 100644 (file)
                };
        };
 };
+
+&uart0 {
+       bluetooth {
+               compatible = "brcm,bcm4345c5";
+               max-speed = <1500000>;
+       };
+};