From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Frank Li <Frank.li@nxp.com>
Cc: Richard Weinberger <richard@nod.at>,
Vignesh Raghavendra <vigneshr@ti.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Han Xu <han.xu@nxp.com>,
Vinod Koul <vkoul@kernel.org>, Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>, Marek Vasut <marex@denx.de>,
linux-mtd@lists.infradead.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org,
imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' compatible string
Date: Fri, 17 May 2024 21:50:55 +0200 [thread overview]
Message-ID: <20240517215055.02622324@xps-13> (raw)
In-Reply-To: <Zkes3n6ZLjIFFQUK@lizhi-Precision-Tower-5810>
Hi Frank,
Frank.li@nxp.com wrote on Fri, 17 May 2024 15:15:42 -0400:
> On Fri, May 17, 2024 at 08:36:21PM +0200, Miquel Raynal wrote:
> > Hi Frank,
> >
> > Frank.Li@nxp.com wrote on Fri, 17 May 2024 14:09:48 -0400:
> >
> > > Add 'fsl,imx8qxp-gpmi-nand' compatible string and clock-names restriction.
> > >
> > > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> > > ---
> > > .../devicetree/bindings/mtd/gpmi-nand.yaml | 22 ++++++++++++++++++++++
> > > 1 file changed, 22 insertions(+)
> > >
> > > diff --git a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
> > > index 021c0da0b072f..f9eb1868ca1f4 100644
> > > --- a/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
> > > +++ b/Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
> > > @@ -24,6 +24,7 @@ properties:
> > > - fsl,imx6q-gpmi-nand
> > > - fsl,imx6sx-gpmi-nand
> > > - fsl,imx7d-gpmi-nand
> > > + - fsl,imx8qxp-gpmi-nand
> > > - items:
> > > - enum:
> > > - fsl,imx8mm-gpmi-nand
> > > @@ -151,6 +152,27 @@ allOf:
> > > - const: gpmi_io
> > > - const: gpmi_bch_apb
> > >
> > > + - if:
> > > + properties:
> > > + compatible:
> > > + contains:
> > > + enum:
> > > + - fsl,imx8qxp-gpmi-nand
> > > + then:
> > > + properties:
> > > + clocks:
> > > + items:
> > > + - description: SoC gpmi io clock
> > > + - description: SoC gpmi apb clock
> >
> > I believe these two clocks are mandatory?
>
> minItems default is equal to items numbers, here is 4. So all 4 clock are
> mandatory.
>
> Anything wrong here?
I'd say that the two "bch" clocks are only used if you decide to
configure the on-host hardware ECC engine and thus are not needed with
software corrections, but I'm fine keeping the fourth described in all
cases if that's simpler.
Also,here the diff just shows that "if we provide a clocks property
with this compatible, then we need to provide 4 members", I believe the
"required" property is already filled somewhere with the
clocks/clock-names properties?
Thanks,
Miquèl
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2024-05-17 19:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-17 18:09 [PATCH 0/5] mtd: nand: gpmi-nand: add imx8qxp gpmi nand support Frank Li
2024-05-17 18:09 ` [PATCH 1/5] dt-bindings: mtd: gpmi-nand: Add 'fsl,imx8qxp-gpmi-nand' compatible string Frank Li
2024-05-17 18:36 ` Miquel Raynal
2024-05-17 19:15 ` Frank Li
2024-05-17 19:50 ` Miquel Raynal [this message]
2024-05-17 21:09 ` Frank Li
2024-05-17 18:09 ` [PATCH 2/5] dt-bindings: dma: fsl-mxs-dma: Add compatible string "fsl,imx8qxp-dma-apbh" Frank Li
2024-05-20 20:40 ` Rob Herring (Arm)
2024-05-17 18:09 ` [PATCH 3/5] mtd: rawnand: gpmi: add iMX8QXP support Frank Li
2024-05-17 18:39 ` Miquel Raynal
2024-05-17 19:56 ` Frank Li
2024-05-17 18:09 ` [PATCH 4/5] arm64: dts: imx8-ss-conn: add gpmi nand node Frank Li
2024-05-17 18:09 ` [PATCH 5/5] arm64: dts: imx8dxl-ss-conn: add gpmi nand Frank Li
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=20240517215055.02622324@xps-13 \
--to=miquel.raynal@bootlin.com \
--cc=Frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=han.xu@nxp.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mtd@lists.infradead.org \
--cc=marex@denx.de \
--cc=richard@nod.at \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=vigneshr@ti.com \
--cc=vkoul@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox