From: sashiko-bot@kernel.org
To: "Shawn Guo" <shengchao.guo@oss.qualcomm.com>
Cc: robh@kernel.org, devicetree@vger.kernel.org, conor+dt@kernel.org
Subject: Re: [PATCH v8 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant
Date: Wed, 29 Jul 2026 01:10:37 +0000 [thread overview]
Message-ID: <20260729011037.A69F41F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260729010022.875799-4-shengchao.guo@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Pin multiplexing conflicts due to copy-paste errors in QUP serial engine pinctrl definitions.
--
--- Patch [3]: [PATCH v8 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant ---
commit bf3ea50b3b635e297d8a3608bd66c8e13734144c
Author: Shawn Guo <shengchao.guo@oss.qualcomm.com>
arm64: dts: qcom: Add device tree for Nord Embedded variant
This commit adds a new device tree file for the Nord Embedded variant. It
defines platform resources like clocks, regulators, and pin control
configurations. It also describes how they wire up with existing components.
> diff --git a/arch/arm64/boot/dts/qcom/nord-embedded.dtsi b/arch/arm64/boot/dts/qcom/nord-embedded.dtsi
> new file mode 100644
> index 0000000000000..032d384f6eb3e
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/nord-embedded.dtsi
[ ... ]
> + qup_uart0_default: qup-uart0-default-state {
> + pins = "gpio109", "gpio110";
> + function = "qup0_se0";
> + drive-strength = <2>;
> + bias-disable;
> + };
> +
> + qup_uart1_default: qup-uart1-default-state {
> + pins = "gpio109", "gpio110";
> + function = "qup0_se1";
[Severity: Medium]
Does this code assign the same pins (gpio109, gpio110) to both SE0 and SE1?
If both are enabled, it looks like this will cause a pin control conflict
during driver probe.
[ ... ]
> + qup_uart5_default: qup-uart5-default-state {
> + pins = "gpio109", "gpio110";
> + function = "qup0_se5";
[Severity: Medium]
Are gpio109 and gpio110 meant to be used for SE5 here? They appear to be
reused again from the SE0 and SE1 pin configurations above, which might lead
to a conflict.
[ ... ]
> + qup_uart15_default: qup-uart15-default-state {
> + pins = "gpio143", "gpio144";
> + function = "qup2_se1";
> + drive-strength = <2>;
> + bias-disable;
> + };
[ ... ]
> + qup_uart18_default: qup-uart18-default-state {
> + pins = "gpio143", "gpio144";
> + function = "qup2_se4";
[Severity: Medium]
Is it intentional to reuse gpio143 and gpio144 for SE18? These same pins
were assigned to SE15 in qup_uart15_default, which could cause another
hardware mapping conflict.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260729010022.875799-1-shengchao.guo@oss.qualcomm.com?part=3
next prev parent reply other threads:[~2026-07-29 1:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-29 1:00 [PATCH v8 0/6] Add initial device trees for Nord platform Shawn Guo
2026-07-29 1:00 ` [PATCH v8 1/6] arm64: dts: qcom: Add device tree for Nord SoC series Shawn Guo
2026-07-29 1:14 ` sashiko-bot
2026-07-29 1:00 ` [PATCH v8 2/6] arm64: dts: qcom: Add device tree for Nord GearVM variant Shawn Guo
2026-07-29 1:00 ` [PATCH v8 3/6] arm64: dts: qcom: Add device tree for Nord Embedded variant Shawn Guo
2026-07-29 1:10 ` sashiko-bot [this message]
2026-07-29 1:00 ` [PATCH v8 4/6] dt-bindings: arm: qcom: Document Nord reference boards Shawn Guo
2026-07-29 1:08 ` sashiko-bot
2026-07-29 1:00 ` [PATCH v8 5/6] arm64: dts: qcom: Add device tree for Nord Ride board Shawn Guo
2026-07-29 1:00 ` [PATCH v8 6/6] arm64: dts: qcom: Add device tree for Nord RRD board Shawn Guo
2026-07-29 1:13 ` sashiko-bot
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=20260729011037.A69F41F000E9@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=robh@kernel.org \
--cc=sashiko-reviews@lists.linux.dev \
--cc=shengchao.guo@oss.qualcomm.com \
/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.