Devicetree
 help / color / mirror / Atom feed
From: Bough Chen <haibo.chen@oss.nxp.com>
To: sashiko-reviews@lists.linux.dev
Cc: Ciprian Costea <ciprianmarian.costea@oss.nxp.com>,
	Vincent Mailhol <mailhol@kernel.org>,
	robh@kernel.org, devicetree@vger.kernel.org, Frank.Li@kernel.org,
	linux-can@vger.kernel.org, Marc Kleine-Budde <mkl@pengutronix.de>,
	Oleksij Rempel <o.rempel@pengutronix.de>,
	imx@lists.linux.dev, Oliver Hartkopp <socketcan@hartkopp.net>,
	conor+dt@kernel.org
Subject: Re: [PATCH v6 4/6] dt-bindings: can: fsl,flexcan: add NXP S32N79 SoC support
Date: Mon, 24 Aug 2026 18:15:46 +0800	[thread overview]
Message-ID: <20260824101546.suqdpitjqm4v2wo2@shlinux89> (raw)
In-Reply-To: <20260713091840.322D11F000E9@smtp.kernel.org>

On Mon, Jul 13, 2026 at 09:18:39AM +0000, sashiko-bot@kernel.org wrote:
> Thank you for your contribution! Sashiko AI review found 1 potential issue(s) to consider:
> - [Medium] The flexcan driver fails to claim the newly added 'nxp,s32n79-flexcan' compatible string.
> --
> 
> --- Patch [4]: [PATCH v6 4/6] dt-bindings: can: fsl,flexcan: add NXP S32N79 SoC support ---
> commit 81a73119cf0179abcfa99d350e69491bfd8303b6
> Author: Ciprian Marian Costea <ciprianmarian.costea@oss.nxp.com>
> 
> dt-bindings: can: fsl,flexcan: add NXP S32N79 SoC support
> 
> This commit adds the NXP S32N79 SoC compatible string and interrupt properties
> to the FlexCAN device tree binding. On this platform, the IP uses separate
> interrupt lines for mailboxes and bus errors.
> 
> > diff --git a/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml b/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml
> > index f81d56f7c12a5..d098a44c2b9c2 100644
> > --- a/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml
> > +++ b/Documentation/devicetree/bindings/net/can/fsl,flexcan.yaml
> > @@ -26,6 +26,7 @@ properties:
> >            - fsl,ls1021ar2-flexcan
> >            - fsl,lx2160ar1-flexcan
> >            - nxp,s32g2-flexcan
> > +          - nxp,s32n79-flexcan
> 
> [Severity: Medium]
> Does the flexcan driver need to be updated to claim this new compatible
> string?
> 
> Because the binding does not provide a fallback compatible string, devices
> using nxp,s32n79-flexcan will fail to probe unless flexcan_of_match in
> drivers/net/can/flexcan/flexcan-core.c is also updated to include it. Is there
> a companion patch planned to update the driver's match table?

Patch6 add this, so false positive.

Regards
Haibo Chen
> 
> [ ... ]
> 
> -- 
> Sashiko AI review · https://sashiko.dev/#/patchset/20260713085306.2643794-1-ciprianmarian.costea@oss.nxp.com?part=4

  reply	other threads:[~2026-08-24 10:11 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-13  8:53 [PATCH v6 0/6] can: flexcan: Add NXP S32N79 SoC support Ciprian Costea
2026-07-13  8:53 ` [PATCH v6 1/6] can: flexcan: use dedicated IRQ handlers for multi-IRQ platforms Ciprian Costea
2026-07-13  9:07   ` sashiko-bot
2026-08-24  8:32     ` Bough Chen
2026-07-13  8:53 ` [PATCH v6 2/6] can: flexcan: disable all IRQ lines in flexcan_chip_interrupts_enable() Ciprian Costea
2026-07-13  9:07   ` sashiko-bot
2026-08-24  8:57     ` Bough Chen
2026-07-13  8:53 ` [PATCH v6 3/6] can: flexcan: split rx/tx masks per mailbox IRQ line Ciprian Costea
2026-07-13  9:08   ` sashiko-bot
2026-08-24 10:12     ` Bough Chen
2026-08-24 10:16       ` Marc Kleine-Budde
2026-07-13  8:53 ` [PATCH v6 4/6] dt-bindings: can: fsl,flexcan: add NXP S32N79 SoC support Ciprian Costea
2026-07-13  9:18   ` sashiko-bot
2026-08-24 10:15     ` Bough Chen [this message]
2026-07-13  8:53 ` [PATCH v6 5/6] can: flexcan: add FLEXCAN_QUIRK_IRQ_BERR quirk Ciprian Costea
2026-07-13  9:19   ` sashiko-bot
2026-08-24 10:19     ` Bough Chen
2026-07-13  8:53 ` [PATCH v6 6/6] can: flexcan: add NXP S32N79 SoC support Ciprian Costea
2026-07-29 11:21 ` [PATCH v6 0/6] can: flexcan: Add " Ciprian Marian Costea

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=20260824101546.suqdpitjqm4v2wo2@shlinux89 \
    --to=haibo.chen@oss.nxp.com \
    --cc=Frank.Li@kernel.org \
    --cc=ciprianmarian.costea@oss.nxp.com \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=imx@lists.linux.dev \
    --cc=linux-can@vger.kernel.org \
    --cc=mailhol@kernel.org \
    --cc=mkl@pengutronix.de \
    --cc=o.rempel@pengutronix.de \
    --cc=robh@kernel.org \
    --cc=sashiko-reviews@lists.linux.dev \
    --cc=socketcan@hartkopp.net \
    /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