Re: [PATCH v5 5/6] arm64: dts: qcom: ipq5018: add node required for Bluetooth support
From: George Moussalem
Date: Thu Jul 09 2026 - 14:28:40 EST
On 7/9/26 22:17, Konrad Dybcio wrote:
> On 7/9/26 11:18 AM, George Moussalem via B4 Relay wrote:
>> From: George Moussalem <george.moussalem@xxxxxxxxxxx>
>>
>> Add node to enable Bluetooth support on the IPQ5018 platform.
>>
>> Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>
>> Signed-off-by: George Moussalem <george.moussalem@xxxxxxxxxxx>
>> ---
>> arch/arm64/boot/dts/qcom/ipq5018.dtsi | 16 ++++++++++++++++
>> 1 file changed, 16 insertions(+)
>>
>> diff --git a/arch/arm64/boot/dts/qcom/ipq5018.dtsi b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
>> index 6f8004a22a1f..8c252fa3ff5b 100644
>> --- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
>> @@ -453,6 +453,22 @@ tcsr: syscon@1937000 {
>> reg = <0x01937000 0x21000>;
>> };
>>
>> + bluetooth: bluetooth@7000000 {
>> + compatible = "qcom,ipq5018-bt";
>> + reg = <0x07000000 0x58000>;
>> +
>> + firmware-name = "qca/bt_fw_patch.mbn";
>
> Hm, rethinking this, it must have ipq5018 somewhere in the name
I agree but all QCA BT firmware and rampatches are published in the
/lib/firmware/qca directory, see:
https://git.kernel.org/pub/scm/linux/kernel/git/ath/linux-firmware.git/tree/qca
>
> Konrad
George