All of lore.kernel.org
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Tianyuan Jiang" <code_0002@163.com>
Cc: robh@kernel.org, conor+dt@kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH v6] arm64: dts: qcom: sm8550: add Xiaomi Pad 6S Pro (sheng)
Date: Tue, 21 Jul 2026 15:52:23 +0000	[thread overview]
Message-ID: <20260721155223.9B1ED1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260721153444.423-1-code_0002@163.com>

Thank you for your contribution! Sashiko AI review found 3 potential issue(s) to consider:
- [Medium] The device tree heavily relies on undocumented downstream compatibles that lack mainline drivers or bindings.
- [Medium] Missing Developer Certificate of Origin (DCO) Sign-off promised in the changelog.
- [Low] Unidiomatic deletion and redefinition of a pinctrl node.
--

--- Patch [1]: [PATCH v6] arm64: dts: qcom: sm8550: add Xiaomi Pad 6S Pro (sheng) ---
commit 0ac17b1bf2e0cc5382a800a4519a79a941821b31
Author: Tianyuan Jiang <hiez832670@gmail.com>

arm64: dts: qcom: sm8550: add Xiaomi Pad 6S Pro (sheng)

Add device tree for Xiaomi Pad 6S Pro (sheng) based on SM8550.

>     Signed-off-by: Tianyuan Jiang <code_0002@163.com>
> 
> ---
> v6: address Sashiko AI review on v4
> - Fix cs35l43 reset-gpios polarity: use GPIO_ACTIVE_LOW
> - Add "kinetic,ktz8866" fallback compatible for backlight
> - Add map220v Signed-off-by (DCO chain fix)

[Severity: Medium]
The changelog mentions adding a Signed-off-by tag for map220v to address a
DCO chain issue, but it appears to be missing from the commit trailers.
Should the original author's sign-off be included in the commit message?

> diff --git a/arch/arm64/boot/dts/qcom/sm8550-xiaomi-sheng.dts b/arch/arm64/boot/dts/qcom/sm8550-xiaomi-sheng.dts
> new file mode 100644
> index 0000000000000..fa24b1c1b4e65
> --- /dev/null
> +++ b/arch/arm64/boot/dts/qcom/sm8550-xiaomi-sheng.dts
> @@ -0,0 +1,1761 @@

[ ... ]

> +/delete-node/ &hyp_ext_tags_mem;
> +/delete-node/ &hyp_ext_reserved_mem;
> +
> +/delete-node/ &qup_i2c8_data_clk;
> +
> +/delete-node/ &qup_i2c9_data_clk;

[Severity: Low]
Is there a specific reason to delete these pinctrl nodes at the root level
and manually redefine them later in the file? It is usually more idiomatic
in device trees to override the properties directly using a reference
(for example, &qup_i2c8_data_clk { ... }) instead of fully deleting and
redefining them.

[ ... ]

> +&i2c5 {
> +	clock-frequency = <1000000>;
> +	status = "okay";
> +
> +	cs35l43_trl: cs35l43@40 {
> +		compatible = "cirrus,cs35l43";

[Severity: Medium]
Does this compatible string have a corresponding upstream binding or driver?
Using undocumented downstream compatibles, along with several others in this
patch (such as nanosic,wn8030-sheng, novatek,nt36532e, and fpc,fpc1020),
causes validation failures with dtbs_check since their custom properties
are not defined in any schema.

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260721153444.423-1-code_0002@163.com?part=1

  parent reply	other threads:[~2026-07-21 15:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-21 14:21 [PATCH v2] arm64: dts: qcom: sm8550: add Xiaomi Pad 6S Pro (sheng) code_0002
2026-07-21 14:41 ` Konrad Dybcio
2026-07-21 14:41 ` Konrad Dybcio
2026-07-21 14:49 ` sashiko-bot
2026-07-21 15:22 ` Krzysztof Kozlowski
2026-07-21 15:34 ` [PATCH v6] " Tianyuan Jiang
2026-07-21 15:46   ` Krzysztof Kozlowski
2026-07-21 15:52   ` sashiko-bot [this message]
2026-07-21 16:00 ` [PATCH v2] arm64: dts: qcom: sm8550: add xiaomi pad 6s pro (sheng) dts Tianyuan Jiang

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=20260721155223.9B1ED1F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=code_0002@163.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.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.