From: Vladimir Oltean <vladimir.oltean@nxp.com>
To: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: "linux-spi@vger.kernel.org" <linux-spi@vger.kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Vladimir Oltean <olteanv@gmail.com>,
Mark Brown <broonie@kernel.org>,
Kuldeep Singh <singh.kuldeep87k@gmail.com>,
Michael Walle <michael@walle.cc>,
Kuldeep Singh <kuldeep.singh@nxp.com>
Subject: Re: [PATCH v2] dt-bindings: spi: convert Freescale DSPI to dt-schema
Date: Tue, 15 Nov 2022 14:19:04 +0000 [thread overview]
Message-ID: <20221115141904.26lyetiforkgoqaf@skbuf> (raw)
In-Reply-To: <c9b82051-a9f5-883f-5455-1cb06aa6521b@linaro.org>
On Tue, Nov 15, 2022 at 03:08:37PM +0100, Krzysztof Kozlowski wrote:
> On 15/11/2022 14:59, Vladimir Oltean wrote:
> > On Tue, Nov 15, 2022 at 02:46:21PM +0100, Krzysztof Kozlowski wrote:
> >>> +$id: http://devicetree.org/schemas/spi/fsl,spi-fsl-dspi.yaml
> >>
> >> Why second "fsl" in file name? It does not patch compatibles and
> >> duplicates the vendor. We do not have compatibles "nxp,imx6-nxp".
> >
> > Ok, which file name would be good then? There are 9 different (all SoC
> > specific) compatible strings, surely the convention of naming the file
> > after a compatible string has some limitations...
>
> If all DSPI blocks fit here, then maybe: fsl,dspi.yaml
>
> fsl,spi-dspi.yaml is also a bit redundant.
Ok, fsl,dspi.yaml and fsl,dspi-peripheral-props.yaml, and MAINTAINERS
entry for fsl,dspi*.yaml?
> >>> +properties:
> >>> + compatible:
> >>> + description:
> >>> + Some integrations can have a single compatible string containing their
> >>> + SoC name (LS1012A, LS1021A, ...). Others require their SoC compatible
> >>> + string, plus a fallback compatible string (either on LS1021A or on
> >>> + LS2085A).
> >>
> >> Why? The fsl,ls1012a-dspi device is either compatible with
> >> fsl,ls1021a-v1.0-dspi or not. It cannot be both - compatible and not
> >> compatible.
> >
> > LS1012A is compatible with LS1021A to the extent that it works when
> > treated like a LS1021A. LS1012A has a FIFO size of 8 SPI words, LS1021A
> > of just 4. Treating it like LS1021A means roughly half the performance,
> > but it still works.
> >
> > I didn't invent any of this. When I took over the driver, there were
> > device trees like this all over the place:
> >
> > dspi: spi@2100000 {
> > compatible = "fsl,ls1012a-dspi", "fsl,ls1021a-v1.0-dspi";
>
> Which looks ok...
>
> > #address-cells = <1>;
> > #size-cells = <0>;
> > reg = <0x0 0x2100000 0x0 0x10000>;
> > interrupts = <0 64 IRQ_TYPE_LEVEL_HIGH>;
> > clock-names = "dspi";
> > clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
> > QORIQ_CLK_PLL_DIV(1)>;
> > spi-num-chipselects = <5>;
> > big-endian;
> > status = "disabled";
> > };
> >
> > but the Linux driver pre-~5.7 always relied on the fallback compatible
> > string (LS1021A in this case). I'm working with what's out in the field,
> > haven't changed a thing there.
>
> The driver matters less (except ABI), but anyway it confirms the case -
> fallback is expected always. Why the fallback should be removed if the
> devices are compatible (including halved performance)?
I don't think I said the fallback should be removed? I think you're
talking about a typo/braino I made, which puts the LS1012A both in the
bucket of SoCs with a single compatible strings required, as well as in
that with fallback required. Obviously both can't be true... I didn't
mean LS1012A but VF610.
next prev parent reply other threads:[~2022-11-15 14:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-11 22:46 [PATCH v2] dt-bindings: spi: convert Freescale DSPI to dt-schema Vladimir Oltean
2022-11-15 13:46 ` Krzysztof Kozlowski
2022-11-15 13:59 ` Vladimir Oltean
2022-11-15 14:08 ` Krzysztof Kozlowski
2022-11-15 14:19 ` Vladimir Oltean [this message]
2022-11-15 14:26 ` Krzysztof Kozlowski
2022-11-15 14:31 ` Vladimir Oltean
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=20221115141904.26lyetiforkgoqaf@skbuf \
--to=vladimir.oltean@nxp.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuldeep.singh@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=michael@walle.cc \
--cc=olteanv@gmail.com \
--cc=robh+dt@kernel.org \
--cc=singh.kuldeep87k@gmail.com \
/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