Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Steffen Trumtrar" <s.trumtrar@pengutronix.de>
Cc: imx@lists.linux.dev, devicetree@vger.kernel.org, robh@kernel.org,
	conor+dt@kernel.org, Frank.Li@kernel.org
Subject: Re: [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant
Date: Mon, 31 Aug 2026 08:27:13 +0000	[thread overview]
Message-ID: <20260831082714.035A41F00A3D@smtp.kernel.org> (raw)
In-Reply-To: <20260831-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v8-4-e2e635452ba9@pengutronix.de>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] The new compatible string is added to a 2-item schema block, but its device tree uses a 3-item compatible array, which will fail dtbs_check.
--

commit 431593d91ace715961413533bdc962a1b95958b2
Author: Steffen Trumtrar <s.trumtrar@pengutronix.de>

dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant

In preparation for adding a new device tree variant with a different 7"
panel, this commit describes the DT compatible in the binding.

> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 55d0b682a7305..aaa9d18a241f8 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -1147,6 +1147,7 @@ properties:
>                - skov,imx8mp-skov-revb-mi1010ait-1cp1 # SKOV i.MX8MP climate control with 10.1" panel
>                - skov,imx8mp-skov-revc-hdmi # SKOV i.MX8MP climate control without panel
>                - skov,imx8mp-skov-revc-bd500 # SKOV i.MX8MP climate control with LED frontplate
> +              - skov,imx8mp-skov-revc-jutouch-jt070tm041 # SKOV i.MX8MP climate control with 7" JuTouch panel

[Severity: Low]
Will this compatible string definition cause schema validation to fail when
dtbs_check is run?

The new compatible string is being added to an items array under a oneOf
branch that expects exactly two items (the board string followed by
"fsl,imx8mp").

However, as introduced in the follow-up patch, the device tree defines three
compatible strings:

    compatible = "skov,imx8mp-skov-revc-jutouch-jt070tm041",
                 "skov,imx8mp-skov-revc-touch",
                 "fsl,imx8mp";

Could this cause dtbs_check to flag the three-item array as too long?

>                - skov,imx8mp-skov-revc-jutouch-jt101tm023 # SKOV i.MX8MP climate control with 10" JuTouch panel
>                - skov,imx8mp-skov-revc-tian-g07017 # SKOV i.MX8MP climate control with 7" panel
>                - skov,imx8mp-skov-revc-touch # SKOV i.MX8MP climate control revision C with touch panel

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260831-v7-0-topic-imx8mp-skov-dts-jutouch-7inch-v8-0-e2e635452ba9@pengutronix.de?part=4

  reply	other threads:[~2026-08-31  8:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-31  8:17 [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Steffen Trumtrar
2026-08-31  8:17 ` [PATCH v8 1/5] arm64: dts: freescale: imx8mp: skov: fix sort order Steffen Trumtrar
2026-08-31  8:17 ` [PATCH v8 2/5] dt-bindings: arm: fsl: add compatible for Skov i.MX8MP revC Touch Steffen Trumtrar
2026-08-31  8:17 ` [PATCH v8 3/5] arm64: dts: imx8mp-skov-revc: convert to overlays Steffen Trumtrar
2026-08-31  8:17 ` [PATCH v8 4/5] dt-bindings: arm: fsl: add compatible for new Skov i.MX8MP variant Steffen Trumtrar
2026-08-31  8:27   ` sashiko-bot [this message]
2026-09-01  8:44   ` Krzysztof Kozlowski
2026-08-31  8:17 ` [PATCH v8 5/5] arm64: dts: imx8mp-skov: support new 7inch panel board Steffen Trumtrar
2026-08-31 18:22 ` [PATCH v8 0/5] arm64: dts: imx8mp-skov: add new 7" variant Rob Herring
2026-09-01  7:55   ` Steffen Trumtrar
2026-09-01 14:04     ` Rob Herring

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=20260831082714.035A41F00A3D@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=Frank.Li@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=imx@lists.linux.dev \
    --cc=robh@kernel.org \
    --cc=s.trumtrar@pengutronix.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox