From: sashiko-bot@kernel.org
To: "Dmitry Baryshkov" <dmitry.baryshkov@oss.qualcomm.com>
Cc: krzk+dt@kernel.org, devicetree@vger.kernel.org,
conor+dt@kernel.org, robh@kernel.org
Subject: Re: [PATCH v5 1/6] media: dt-bindings: Document SC8280XP/SM8350 Iris
Date: Wed, 13 May 2026 21:34:56 +0000 [thread overview]
Message-ID: <20260513213456.E59D0C19425@smtp.kernel.org> (raw)
In-Reply-To: <20260512-iris-sc8280xp-v5-1-8cc251e83b58@oss.qualcomm.com>
Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Low] Incorrect YAML sequence indentation breaks `make dt_binding_check`.
--
commit 7d3ce999d6af6439f0c83bd8f368afdadb5e31c4
Author: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
media: dt-bindings: Document SC8280XP/SM8350 Iris
The Iris block on SM8350 and SC8280XP is compatible with the Iris (Venus)
on SM8250. This commit updates the bindings to describe the block as Iris
v2 and documents the SM8350 and SC8280XP IP cores using a fallback
compatible string.
> diff --git a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml
> --- a/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml
> +++ b/Documentation/devicetree/bindings/media/qcom,sm8250-venus.yaml
> @@ -10,15 +10,21 @@ maintainers:
[ ... ]
> properties:
> compatible:
> - const: qcom,sm8250-venus
> + oneOf:
> + - const: qcom,sm8250-venus
> + - items:
> + - enum:
> + - qcom,sc8280xp-iris
> + - qcom,sm8350-iris
> + - const: qcom,sm8250-venus
Will this indentation cause `make dt_binding_check` to fail?
The kernel's Documentation/devicetree/bindings/.yamllint file enforces
indent-sequences: true with a 2-space indentation rule. This requires any
block sequence acting as a value for a mapping key to be indented further than
the key itself.
Here, the "- items:" element is at 6 spaces, placing the "items:" mapping key
conceptually at 8 spaces. The child sequence elements "- enum:" and "- const:"
are placed at 8 spaces, identical to the parent "items:" key, rather than being
indented inside it.
Yamllint typically expects the child sequence to be indented an additional 2
spaces (at 10 spaces) and will likely flag an indentation error.
--
Sashiko AI review · https://sashiko.dev/#/patchset/20260512-iris-sc8280xp-v5-0-8cc251e83b58@oss.qualcomm.com?part=1
next prev parent reply other threads:[~2026-05-13 21:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 13:09 [PATCH v5 0/6] media: iris: enable SM8350 and SC8280XP support Dmitry Baryshkov
2026-05-12 13:09 ` [PATCH v5 1/6] media: dt-bindings: Document SC8280XP/SM8350 Iris Dmitry Baryshkov
2026-05-12 14:29 ` Rob Herring (Arm)
2026-05-13 21:34 ` sashiko-bot [this message]
2026-05-12 13:09 ` [PATCH v5 2/6] arm64: dts: qcom: sc8280xp: sort reserved memory regions Dmitry Baryshkov
2026-05-12 13:09 ` [PATCH v5 3/6] arm64: dts: qcom: sc8280xp: Add Iris core Dmitry Baryshkov
2026-05-13 21:49 ` sashiko-bot
2026-05-12 13:09 ` [PATCH v5 4/6] arm64: dts: qcom: sc8280xp-x13s: Enable Iris Dmitry Baryshkov
2026-05-12 13:09 ` [PATCH v5 5/6] arm64: dts: qcom: sm8350: add Iris device Dmitry Baryshkov
2026-05-13 22:14 ` sashiko-bot
2026-05-12 13:09 ` [PATCH v5 6/6] arm64: dts: qcom: sm8350-hdk: enable Iris core Dmitry Baryshkov
2026-05-12 16:40 ` [PATCH v5 0/6] media: iris: enable SM8350 and SC8280XP support Vikash Garodia
2026-05-12 16:50 ` Dmitry Baryshkov
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=20260513213456.E59D0C19425@smtp.kernel.org \
--to=sashiko-bot@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=krzk+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox