Re: [PATCH v3 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
From: Konrad Dybcio
Date: Fri Jul 03 2026 - 06:57:48 EST
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
Konrad