All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francesco Dolcini <francesco@dolcini.it>
To: Marek Vasut <marex@denx.de>
Cc: Francesco Dolcini <francesco@dolcini.it>,
	linux-arm-kernel@lists.infradead.org,
	Fabio Estevam <festevam@denx.de>,
	Francesco Dolcini <francesco.dolcini@toradex.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Peng Fan <peng.fan@nxp.com>, Rob Herring <robh+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: arm: Split i.MX8M Mini Toradex Verdin based boards
Date: Fri, 16 Dec 2022 12:56:35 +0100	[thread overview]
Message-ID: <Y5xc86jMJmBsb1xy@francesco-nb.int.toradex.com> (raw)
In-Reply-To: <3145f5ee-5e25-c105-5aa9-6c76dc531173@denx.de>

On Fri, Dec 16, 2022 at 12:43:35PM +0100, Marek Vasut wrote:
> On 12/16/22 08:18, Francesco Dolcini wrote:
> > Hello Marek
> 
> Hi,
> 
> > On Fri, Dec 16, 2022 at 12:21:34AM +0100, Marek Vasut wrote:
> > > The Toradex Verdin based boards have compatible string in the form:
> > > "vendor,custom-board", "toradex,som", "fsl,soc"
> > > Split the binding entry so this triplet can be matched on.
> > > 
> > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > ---
> > > Cc: Fabio Estevam <festevam@denx.de>
> > > Cc: Francesco Dolcini <francesco.dolcini@toradex.com>
> > > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> > > Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > > Cc: Peng Fan <peng.fan@nxp.com>
> > > Cc: Rob Herring <robh+dt@kernel.org>
> > > Cc: Shawn Guo <shawnguo@kernel.org>
> > > Cc: NXP Linux Team <linux-imx@nxp.com>
> > > Cc: devicetree@vger.kernel.org
> > > To: linux-arm-kernel@lists.infradead.org
> > > ---
> > >   Documentation/devicetree/bindings/arm/fsl.yaml | 7 ++++++-
> > >   1 file changed, 6 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> > > index 05b5276a0e14c..8dda0e25b99e4 100644
> > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> > > @@ -830,7 +830,6 @@ properties:
> > >                 - innocomm,wb15-evk         # i.MX8MM Innocomm EVK board with WB15 SoM
> > >                 - kontron,imx8mm-sl         # i.MX8MM Kontron SL (N801X) SOM
> > >                 - kontron,imx8mm-osm-s      # i.MX8MM Kontron OSM-S (N802X) SOM
> > > -              - menlo,mx8menlo            # i.MX8MM Menlo board with Verdin SoM
> > >                 - toradex,verdin-imx8mm     # Verdin iMX8M Mini Modules
> > >                 - toradex,verdin-imx8mm-nonwifi  # Verdin iMX8M Mini Modules without Wi-Fi / BT
> > >                 - toradex,verdin-imx8mm-wifi  # Verdin iMX8M Mini Wi-Fi / BT Modules
> > > @@ -838,6 +837,12 @@ properties:
> > >                 - prt,prt8mm                # i.MX8MM Protonic PRT8MM Board
> > >             - const: fsl,imx8mm
> > > +      - description: Verdin iMX8M Mini Module based Boards
> > I would expect here something like "i.MX8MM Menlo board with Verdin SoM", am I wrong?
> 
> Partly wrong, look at 4/4 patch in this series for how this would grow once
> more boards based on the Verdin SoM would be added. The first -const: would
> turn into enum, the remaining two -const: would remain (different carrier
> board, same SoM, same SoC).

Shouldn't you than add it to existing `Toradex Boards with Verdin iMX8M Mini Modules`
one as a new entry to the existing enum?  Maybe the current name is not
ideal if we do something like that and should become `Boards using
Toradex Verdin iMX8M Mini Modules` if we add menlo to it ?

Francesco


WARNING: multiple messages have this Message-ID (diff)
From: Francesco Dolcini <francesco@dolcini.it>
To: Marek Vasut <marex@denx.de>
Cc: Francesco Dolcini <francesco@dolcini.it>,
	linux-arm-kernel@lists.infradead.org,
	Fabio Estevam <festevam@denx.de>,
	Francesco Dolcini <francesco.dolcini@toradex.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Peng Fan <peng.fan@nxp.com>, Rob Herring <robh+dt@kernel.org>,
	Shawn Guo <shawnguo@kernel.org>,
	NXP Linux Team <linux-imx@nxp.com>,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 1/4] dt-bindings: arm: Split i.MX8M Mini Toradex Verdin based boards
Date: Fri, 16 Dec 2022 12:56:35 +0100	[thread overview]
Message-ID: <Y5xc86jMJmBsb1xy@francesco-nb.int.toradex.com> (raw)
In-Reply-To: <3145f5ee-5e25-c105-5aa9-6c76dc531173@denx.de>

On Fri, Dec 16, 2022 at 12:43:35PM +0100, Marek Vasut wrote:
> On 12/16/22 08:18, Francesco Dolcini wrote:
> > Hello Marek
> 
> Hi,
> 
> > On Fri, Dec 16, 2022 at 12:21:34AM +0100, Marek Vasut wrote:
> > > The Toradex Verdin based boards have compatible string in the form:
> > > "vendor,custom-board", "toradex,som", "fsl,soc"
> > > Split the binding entry so this triplet can be matched on.
> > > 
> > > Signed-off-by: Marek Vasut <marex@denx.de>
> > > ---
> > > Cc: Fabio Estevam <festevam@denx.de>
> > > Cc: Francesco Dolcini <francesco.dolcini@toradex.com>
> > > Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> > > Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > > Cc: Peng Fan <peng.fan@nxp.com>
> > > Cc: Rob Herring <robh+dt@kernel.org>
> > > Cc: Shawn Guo <shawnguo@kernel.org>
> > > Cc: NXP Linux Team <linux-imx@nxp.com>
> > > Cc: devicetree@vger.kernel.org
> > > To: linux-arm-kernel@lists.infradead.org
> > > ---
> > >   Documentation/devicetree/bindings/arm/fsl.yaml | 7 ++++++-
> > >   1 file changed, 6 insertions(+), 1 deletion(-)
> > > 
> > > diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> > > index 05b5276a0e14c..8dda0e25b99e4 100644
> > > --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> > > +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> > > @@ -830,7 +830,6 @@ properties:
> > >                 - innocomm,wb15-evk         # i.MX8MM Innocomm EVK board with WB15 SoM
> > >                 - kontron,imx8mm-sl         # i.MX8MM Kontron SL (N801X) SOM
> > >                 - kontron,imx8mm-osm-s      # i.MX8MM Kontron OSM-S (N802X) SOM
> > > -              - menlo,mx8menlo            # i.MX8MM Menlo board with Verdin SoM
> > >                 - toradex,verdin-imx8mm     # Verdin iMX8M Mini Modules
> > >                 - toradex,verdin-imx8mm-nonwifi  # Verdin iMX8M Mini Modules without Wi-Fi / BT
> > >                 - toradex,verdin-imx8mm-wifi  # Verdin iMX8M Mini Wi-Fi / BT Modules
> > > @@ -838,6 +837,12 @@ properties:
> > >                 - prt,prt8mm                # i.MX8MM Protonic PRT8MM Board
> > >             - const: fsl,imx8mm
> > > +      - description: Verdin iMX8M Mini Module based Boards
> > I would expect here something like "i.MX8MM Menlo board with Verdin SoM", am I wrong?
> 
> Partly wrong, look at 4/4 patch in this series for how this would grow once
> more boards based on the Verdin SoM would be added. The first -const: would
> turn into enum, the remaining two -const: would remain (different carrier
> board, same SoM, same SoC).

Shouldn't you than add it to existing `Toradex Boards with Verdin iMX8M Mini Modules`
one as a new entry to the existing enum?  Maybe the current name is not
ideal if we do something like that and should become `Boards using
Toradex Verdin iMX8M Mini Modules` if we add menlo to it ?

Francesco


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-12-16 11:56 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-15 23:21 [PATCH 1/4] dt-bindings: arm: Split i.MX8M Mini Toradex Verdin based boards Marek Vasut
2022-12-15 23:21 ` Marek Vasut
2022-12-15 23:21 ` [PATCH 2/4] dt-bindings: arm: Split i.MX8M Mini NITROGEN SoM " Marek Vasut
2022-12-15 23:21   ` Marek Vasut
2022-12-16 11:28   ` Krzysztof Kozlowski
2022-12-16 11:28     ` Krzysztof Kozlowski
2022-12-15 23:21 ` [PATCH 3/4] dt-bindings: arm: Split i.MX8M Plus DHCOM " Marek Vasut
2022-12-15 23:21   ` Marek Vasut
2022-12-16 11:28   ` Krzysztof Kozlowski
2022-12-16 11:28     ` Krzysztof Kozlowski
2022-12-15 23:21 ` [PATCH 4/4] dt-bindings: arm: Move i.MX8MM Cloos PHG Board to TQM entry Marek Vasut
2022-12-15 23:21   ` Marek Vasut
2022-12-16 11:28   ` Krzysztof Kozlowski
2022-12-16 11:28     ` Krzysztof Kozlowski
2022-12-16  7:18 ` [PATCH 1/4] dt-bindings: arm: Split i.MX8M Mini Toradex Verdin based boards Francesco Dolcini
2022-12-16  7:18   ` Francesco Dolcini
2022-12-16 11:43   ` Marek Vasut
2022-12-16 11:43     ` Marek Vasut
2022-12-16 11:56     ` Francesco Dolcini [this message]
2022-12-16 11:56       ` Francesco Dolcini
2022-12-16 12:17       ` Marek Vasut
2022-12-16 12:17         ` Marek Vasut
2022-12-16 11:27 ` Krzysztof Kozlowski
2022-12-16 11:27   ` Krzysztof Kozlowski

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=Y5xc86jMJmBsb1xy@francesco-nb.int.toradex.com \
    --to=francesco@dolcini.it \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@denx.de \
    --cc=francesco.dolcini@toradex.com \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marex@denx.de \
    --cc=peng.fan@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=shawnguo@kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.