Re: [PATCH V3] arm64: dts: qcom: qcs8300-ride: Enable Bluetooth support
From: Konrad Dybcio
Date: Wed Feb 25 2026 - 07:33:27 EST
On 2/25/26 10:17 AM, Wei Deng wrote:
> Enable BT on qcs8300-ride by adding a BT device tree node.
>
> Since the platform uses the QCA6698 Bluetooth chip. While
> the QCA6698 shares the same IP core as the WCN6855, it has
> different RF components and RAM sizes, requiring new firmware
> files. Use the firmware-name property to specify the NVM and
> rampatch firmware to load.
>
> Signed-off-by: Wei Deng <wei.deng@xxxxxxxxxxxxxxxx>
> ---
> This patch depends on:
> - WLAN
> https://lore.kernel.org/all/20260122053624.4068718-1-wei.zhang@xxxxxxxxxxxxxxxx/
>
> Changes in v3:
> - Rebase patches
> - Remove unintended 'output-low' from bt-en-state pinctrl
> - Use prerequisite-message-id to replace prerequisite-patch-id (Konrad)
Only now did I realize you're the author of both patches!
Next time around, please keep them in the same series, for easier
tracking (since they're very much related)
[...]
> +&uart2 {
> + status = "okay";
> + bluetooth: bluetooth {
Ideally there'd be a newline separating the properties from the subnodes
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad