Re: [PATCH v3 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support

From: George Moussalem

Date: Fri Jul 03 2026 - 10:11:59 EST


On 7/3/26 14:38, Konrad Dybcio wrote:
> On 7/3/26 7:01 AM, George Moussalem via B4 Relay wrote:
>> From: George Moussalem <george.moussalem@xxxxxxxxxxx>
>>
>> Add nodes for the reserved memory carveout and Bluetooth.
>>
>> Signed-off-by: George Moussalem <george.moussalem@xxxxxxxxxxx>
>> ---
>
> [...]
>
>> apcs_glb: mailbox@b111000 {
>> compatible = "qcom,ipq5018-apcs-apps-global",
>> - "qcom,ipq6018-apcs-apps-global";
>> + "qcom,ipq6018-apcs-apps-global",
>> + "syscon";
>
> You'd have to alter dt-bindings for this to be allowed. But I
> don't think it is. The functions to grab a regmap from an OF
> node create one on the fly

got it, will remove in the next version and adjust parsing the syscon in
the driver probe accordingly.

>
> Konrad

Thanks,
George