From: sashiko-bot@kernel.org
To: "George Moussalem" <george.moussalem@outlook.com>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH v3 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
Date: Fri, 03 Jul 2026 05:10:33 +0000 [thread overview]
Message-ID: <20260703051033.F28241F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260703-ipq5018-bluetooth-v3-5-62da72818ab3@outlook.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Adding the 'syscon' compatible string to the 'apcs_glb' node without updating the device tree binding schema violates the schema and causes dtbs_check failures.
--
commit 8f9212782ff3d8470d83aca03720126dc8c3c25b
Author: George Moussalem <george.moussalem@outlook.com>
arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
This commit adds device tree nodes for the reserved memory carveout and
Bluetooth on the ipq5018 platform. It also modifies the apcs_glb
mailbox node to include "syscon" in its compatible list.
> diff --git a/arch/arm64/boot/dts/qcom/ipq5018.dtsi b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
> index 6f8004a22a1ff..65a47ba7d3a34 100644
> --- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
[ ... ]
> @@ -647,7 +669,8 @@ watchdog: watchdog@b017000 {
>
> apcs_glb: mailbox@b111000 {
> compatible = "qcom,ipq5018-apcs-apps-global",
> - "qcom,ipq6018-apcs-apps-global";
> + "qcom,ipq6018-apcs-apps-global",
> + "syscon";
^^^^^^^^
[Severity: Low]
Will adding "syscon" here without updating the device tree binding schema
cause a make dtbs_check validation failure?
Looking at Documentation/devicetree/bindings/mailbox/qcom,apcs-kpss-global.yaml,
the schema currently restricts the compatible list for this hardware to exactly
two items:
- items:
- enum:
- qcom,ipq5018-apcs-apps-global
- qcom,ipq5332-apcs-apps-global
- qcom,ipq5424-apcs-apps-global
- qcom,ipq8074-apcs-apps-global
- qcom,ipq9574-apcs-apps-global
- const: qcom,ipq6018-apcs-apps-global
Does the yaml binding need to be updated alongside this patch to permit
"syscon" as a third compatible string for this device?
> reg = <0x0b111000 0x1000>;
> #clock-cells = <1>;
> clocks = <&a53pll>, <&xo_board_clk>, <&gcc GPLL0>;
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260703-ipq5018-bluetooth-v3-0-62da72818ab3@outlook.com?part=5
next prev parent reply other threads:[~2026-07-03 5:10 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-03 5:01 [PATCH v3 0/6] Add support for IPQ5018 Bluetooth George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 5:01 ` [PATCH v3 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 6:46 ` Add support for IPQ5018 Bluetooth bluez.test.bot
2026-07-03 8:32 ` [PATCH v3 1/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller Bartosz Golaszewski
2026-07-03 5:01 ` [PATCH v3 2/6] Bluetooth: btqca: Add IPQ5018 support George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 23:32 ` Dmitry Baryshkov
2026-07-03 5:01 ` [PATCH v3 3/6] firmware: qcom: scm: Add support for setting Bluetooth power modes George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 5:13 ` sashiko-bot
2026-07-03 11:15 ` Konrad Dybcio
2026-07-03 11:15 ` Konrad Dybcio
2026-07-03 23:34 ` Dmitry Baryshkov
2026-07-03 5:01 ` [PATCH v3 4/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 5:15 ` sashiko-bot
2026-07-03 12:55 ` Bartosz Golaszewski
2026-07-03 5:01 ` [PATCH v3 5/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 5:10 ` sashiko-bot [this message]
2026-07-03 8:33 ` Bartosz Golaszewski
2026-07-03 10:38 ` Konrad Dybcio
2026-07-03 14:11 ` George Moussalem
2026-07-03 5:01 ` [PATCH v3 6/6] MAINTAINERS: Add entry for Qualcomm IPQ5018 Bluetooth driver George Moussalem via B4 Relay
2026-07-03 5:01 ` George Moussalem
2026-07-03 8:33 ` Bartosz Golaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260703051033.F28241F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=george.moussalem@outlook.com \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.