Linux kernel and device drivers for NXP i.MX platforms
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Sherry Sun <sherry.sun@nxp.com>, Frank Li <frank.li@nxp.com>
Cc: "robh@kernel.org" <robh@kernel.org>,
	"krzk+dt@kernel.org" <krzk+dt@kernel.org>,
	"conor+dt@kernel.org" <conor+dt@kernel.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	Daniel Baluta <daniel.baluta@nxp.com>,
	"dario.binacchi@amarulasolutions.com"
	<dario.binacchi@amarulasolutions.com>,
	"alexander.stein@ew.tq-group.com"
	<alexander.stein@ew.tq-group.com>,
	"Markus.Niebel@tq-group.com" <Markus.Niebel@tq-group.com>,
	"matthias.schiffer@tq-group.com" <matthias.schiffer@tq-group.com>,
	"y.moog@phytec.de" <y.moog@phytec.de>,
	"josua@solid-run.com" <josua@solid-run.com>,
	Francesco Dolcini <francesco.dolcini@toradex.com>,
	"primoz.fiser@norik.com" <primoz.fiser@norik.com>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"imx@lists.linux.dev" <imx@lists.linux.dev>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>
Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: Add i.MX93W EVK board
Date: Wed, 21 Jan 2026 08:30:37 +0100	[thread overview]
Message-ID: <2394637b-f85b-47b7-ae30-f7ac2be49c59@kernel.org> (raw)
In-Reply-To: <VI0PR04MB121146CD3EDDE9C4771B83A939296A@VI0PR04MB12114.eurprd04.prod.outlook.com>

On 21/01/2026 04:18, Sherry Sun wrote:
> 
> 
>> Subject: Re: [PATCH 1/2] dt-bindings: arm: fsl: Add i.MX93W EVK board
>>
>> On Tue, Jan 20, 2026 at 06:26:03PM +0800, Sherry Sun wrote:
>>> Add DT compatible string for NXP i.MX93W EVK board.
>>>
>>> Signed-off-by: Sherry Sun <sherry.sun@nxp.com>
>>> ---
>>>  Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml
>> b/Documentation/devicetree/bindings/arm/fsl.yaml
>>> index 93ad6f0027d0..1769f243d70f 100644
>>> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
>>> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
>>> @@ -1432,6 +1432,7 @@ properties:
>>>                - fsl,imx93-11x11-evk       # i.MX93 11x11 EVK Board
>>>                - fsl,imx93-11x11-frdm      # i.MX93 11x11 FRDM Board
>>>                - fsl,imx93-14x14-evk       # i.MX93 14x14 EVK Board
>>> +              - fsl,imx93w-evk            # i.MX93W EVK Board
>>
>> Is 93w 11x11 or 14x14? can you add suffix to keep align existing one.
>>
> 
> Hi Frank,
> 
> IMX93W-EVK is the official board name, it basically reuse the  i.MX93 11x11
> EVK board, as described in the cover letter and dts patch. I prefer to still use
> this name (imx93w-evk) to keep align with the board official name. 
It's second case, previous was frdm, with the same argument. I don't
care what you prefer internally. You must align to upstream and all NXP
boards are called soc-foo. Not socfoo.


Best regards,
Krzysztof

  reply	other threads:[~2026-01-21  7:30 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20 10:26 [PATCH 0/2] Add i.MX93W EVK board support Sherry Sun
2026-01-20 10:26 ` [PATCH 1/2] dt-bindings: arm: fsl: Add i.MX93W EVK board Sherry Sun
2026-01-20 16:34   ` Frank Li
2026-01-21  3:18     ` Sherry Sun
2026-01-21  7:30       ` Krzysztof Kozlowski [this message]
2026-01-21  8:05         ` Sherry Sun
2026-01-21  9:51           ` Daniel Baluta
2026-01-21 10:06             ` Josua Mayer
2026-01-21 10:17               ` Sherry Sun
2026-01-21  9:57           ` Krzysztof Kozlowski
2026-01-21 10:14             ` Sherry Sun
2026-01-22  4:54               ` Sherry Sun
2026-01-21  8:32       ` Daniel Baluta
2026-01-21  9:26         ` Sherry Sun
2026-01-20 10:26 ` [PATCH 2/2] arch: arm64: imx93-wevk: Add i.MX93W EVK board support Sherry Sun
2026-01-20 16:37   ` Frank Li
2026-01-21  6:41     ` Sherry Sun

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=2394637b-f85b-47b7-ae30-f7ac2be49c59@kernel.org \
    --to=krzk@kernel.org \
    --cc=Markus.Niebel@tq-group.com \
    --cc=alexander.stein@ew.tq-group.com \
    --cc=conor+dt@kernel.org \
    --cc=daniel.baluta@nxp.com \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=francesco.dolcini@toradex.com \
    --cc=frank.li@nxp.com \
    --cc=imx@lists.linux.dev \
    --cc=josua@solid-run.com \
    --cc=kernel@pengutronix.de \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthias.schiffer@tq-group.com \
    --cc=primoz.fiser@norik.com \
    --cc=robh@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=sherry.sun@nxp.com \
    --cc=y.moog@phytec.de \
    /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