From: sashiko-bot@kernel.org
To: "George Moussalem via B4 Relay"
<devnull+george.moussalem.outlook.com@kernel.org>
Cc: conor+dt@kernel.org, devicetree@vger.kernel.org, robh@kernel.org
Subject: Re: [PATCH 6/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
Date: Fri, 26 Jun 2026 14:10:44 +0000 [thread overview]
Message-ID: <20260626141045.C7F4E1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260625-ipq5018-bluetooth-v1-6-d999be0e04f7@outlook.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Adding 'syscon' to the 'apcs_glb' compatible string list without updating the devicetree bindings causes a schema validation failure.
--
commit d7e5dd126ba08d18fdb72c0c8149b7aba5e36e82
Author: George Moussalem <george.moussalem@outlook.com>
arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support
Add nodes for the M0 remoteproc, reserved memory carveout, and Bluetooth
to bring up the M0 core and enable the Bluetooth Subsystem.
> diff --git a/arch/arm64/boot/dts/qcom/ipq5018.dtsi b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
> index 6f8004a22a1ff..4fdf20c87b0a9 100644
> --- a/arch/arm64/boot/dts/qcom/ipq5018.dtsi
> +++ b/arch/arm64/boot/dts/qcom/ipq5018.dtsi
[ ... ]
> @@ -647,7 +678,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 appending "syscon" to the apcs_glb compatible string list cause a
devicetree schema validation failure?
It looks like the qcom,apcs-kpss-global.yaml bindings enforce that the
qcom,ipq5018-apcs-apps-global compatible list must contain exactly two strings.
Running make dtbs_check might fail here without a corresponding update to the
YAML binding to permit this third item.
> reg = <0x0b111000 0x1000>;
> #clock-cells = <1>;
> clocks = <&a53pll>, <&xo_board_clk>, <&gcc GPLL0>;
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260625-ipq5018-bluetooth-v1-0-d999be0e04f7@outlook.com?part=6
prev parent reply other threads:[~2026-06-26 14:10 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-25 14:10 [PATCH 0/6] Add support for IPQ5018 Bluetooth George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-25 14:10 ` [PATCH 1/6] dt-bindings: remoteproc: document M0 Bluetooth Subsystem secure PIL George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-25 15:47 ` Add support for IPQ5018 Bluetooth bluez.test.bot
2026-06-26 10:47 ` [PATCH 1/6] dt-bindings: remoteproc: document M0 Bluetooth Subsystem secure PIL Krzysztof Kozlowski
2026-06-26 10:51 ` George Moussalem
2026-06-26 11:16 ` Krzysztof Kozlowski
2026-06-25 14:10 ` [PATCH 2/6] remoteproc: qcom: Add M0 BTSS secure PIL driver George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-25 14:18 ` Philipp Zabel
2026-06-25 14:24 ` George Moussalem
2026-06-26 11:20 ` Konrad Dybcio
2026-06-26 11:32 ` George Moussalem
2026-06-26 14:10 ` sashiko-bot
2026-06-25 14:10 ` [PATCH 3/6] Bluetooth: btqca: Add IPQ5018 support George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-26 14:10 ` sashiko-bot
2026-06-25 14:10 ` [PATCH 4/6] dt-bindings: net: bluetooth: Document Qualcomm IPQ5018 Bluetooth controller George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-26 10:53 ` Krzysztof Kozlowski
2026-06-26 11:20 ` George Moussalem
2026-06-26 11:30 ` Konrad Dybcio
2026-06-26 14:10 ` sashiko-bot
2026-06-25 14:10 ` [PATCH 5/6] Bluetooth: Introduce Qualcomm IPQ5018 IPC based HCI driver George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-26 14:10 ` sashiko-bot
2026-06-25 14:10 ` [PATCH 6/6] arm64: dts: qcom: ipq5018: add nodes required for Bluetooth support George Moussalem
2026-06-25 14:10 ` George Moussalem via B4 Relay
2026-06-26 14:10 ` sashiko-bot [this message]
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=20260626141045.C7F4E1F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=devnull+george.moussalem.outlook.com@kernel.org \
--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.