mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: dts: rockchip: Fix Bluetooth on the RockPro64 board
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>
This commit is contained in:
parent
1cb0958a26
commit
9c68a9483e
|
|
@ -28,3 +28,10 @@ es8316_p0_0: endpoint {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
bluetooth {
|
||||
compatible = "brcm,bcm4345c5";
|
||||
max-speed = <1500000>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -28,3 +28,10 @@ es8316_p0_0: endpoint {
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
bluetooth {
|
||||
compatible = "brcm,bcm4345c5";
|
||||
max-speed = <1500000>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user