Devicetree
 help / color / mirror / Atom feed
From: sashiko-bot@kernel.org
To: "Jan-Michael Brummer" <jan.brummer@tabos.org>
Cc: robh@kernel.org, devicetree@vger.kernel.org, conor+dt@kernel.org,
	media-ci@linuxtv.org
Subject: Re: [PATCH] media: dt-bindings: ak7375: Add AK7377
Date: Sat, 29 Aug 2026 05:43:36 +0000	[thread overview]
Message-ID: <20260829054336.9E3DB1F000E9@smtp.kernel.org> (raw)
In-Reply-To: <20260829052514.18178-2-jan.brummer@tabos.org>

Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
- [Medium] Missing driver match for newly added compatible string 'asahi-kasei,ak7377'.
--

commit 9537c3ff68990acd9e078305609fb067fe093ae9
Author: Jan-Michael Brummer <jan.brummer@tabos.org>

media: dt-bindings: ak7375: Add AK7377

This commit updates the device tree binding for the AK7375 to include the
AK7377, which is register compatible and driven by the same driver.

> diff --git a/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml b/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
> index fe312cc6a8731..c040757eb80c9 100644
> --- a/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
> +++ b/Documentation/devicetree/bindings/media/i2c/asahi-kasei,ak7375.yaml
> @@ -18,6 +18,7 @@ properties:
>      enum:
>        - asahi-kasei,ak7345
>        - asahi-kasei,ak7375
> +      - asahi-kasei,ak7377

[Severity: Medium]
Should the driver match table in drivers/media/i2c/ak7375.c also be updated
to include this new compatible string?

Currently, ak7375_of_table only lists the previous models:

static const struct of_device_id ak7375_of_table[] = {
	{ .compatible = "asahi-kasei,ak7345", .data = &ak7345_cdef, },
	{ .compatible = "asahi-kasei,ak7375", .data = &ak7375_cdef, },
	{ /* sentinel */ }
};

Without adding the new string here, won't a device declaring only
"asahi-kasei,ak7377" fail to probe because the driver lacks a matching
entry?

-- 
Sashiko AI review · https://sashiko.dev/#/patchset/20260829052514.18178-2-jan.brummer@tabos.org?part=1

  reply	other threads:[~2026-08-29  5:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-29  5:25 [PATCH 0/3] media: ak7375: Add AK7377 support Jan-Michael Brummer
2026-08-29  5:25 ` [PATCH] media: dt-bindings: ak7375: Add AK7377 Jan-Michael Brummer
2026-08-29  5:43   ` sashiko-bot [this message]
2026-08-30 18:23   ` Rob Herring
2026-08-29  5:25 ` [PATCH 1/2] media: i2c: ak7375: Add support for the AK7377 Jan-Michael Brummer
2026-08-29  5:44   ` sashiko-bot
2026-08-29  5:25 ` [PATCH 2/2] media: i2c: ak7375: Do not mark the VCM active before powering it Jan-Michael Brummer
2026-08-29  5:49   ` 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=20260829054336.9E3DB1F000E9@smtp.kernel.org \
    --to=sashiko-bot@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=jan.brummer@tabos.org \
    --cc=media-ci@linuxtv.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