All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: "Duje Mihanović" <duje.mihanovic@skole.hr>
Cc: Conor Dooley <conor@kernel.org>, Vinod Koul <vkoul@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] dt-bindings: mmp-dma: convert to YAML
Date: Wed, 31 Jan 2024 11:18:57 -0600	[thread overview]
Message-ID: <20240131171857.GA1531631-robh@kernel.org> (raw)
In-Reply-To: <2924724.e9J7NaK4W3@radijator>

On Sun, Jan 28, 2024 at 07:01:36PM +0100, Duje Mihanović wrote:
> On Sunday, January 28, 2024 6:28:03 PM CET Conor Dooley wrote:
> > On Sat, Jan 27, 2024 at 05:53:45PM +0100, Duje Mihanović wrote:
> > > +allOf:
> > > +  - $ref: dma-controller.yaml#
> > > +  - if:
> > > +      properties:
> > > +        compatible:
> > > +          contains:
> > > +            enum:
> > > +              - marvell,adma-1.0
> > > +              - marvell,pxa910-squ
> > > +    then:
> > > +      properties:
> > > +        asram:
> > > +          description:
> > > +            phandle to the SRAM pool
> > > +          minItems: 1
> > > +          maxItems: 1
> > > +        iram:
> > 
> > > +          maxItems:
> > These properties are not mentioned in the text binding, nor commit
> > message. Where did they come from?
> 
> Both of them can be found in arch/arm/boot/dts/marvell/mmp2.dtsi. There is one 
> major difference between the two: iram is not mentioned at all by the mmp_tdma 
> driver (on the other hand, asram is not only used but also required for a 
> successful probe), but I left it here as it's still found in the MMP2 dtsi. On 
> second thought it should probably be dropped both here and in the dtsi.
> 
> > That said, for properties that are only usable on some platforms, please
> > define them at the top level and conditionally permit/constrain them.
> 
> Could you please point me to how to do so if this if/then does not do it 
> properly?

Negate the if and then:

then:
  properties:
    asram: false

There are lots of examples in the tree.

> 
> > > +unevaluatedProperties: false
> > > +
> > > +examples:
> > > +  # Peripheral controller
> > > +  - |
> > > +    pdma0: dma-controller@d4000000 {
> > 
> > The label is not needed here or below.
> > In fact, I'd probably delete the second example as it shows nothing that
> > the first one does not.
> 
> I'd rather add the asram property in the second node (adding onto the above 
> comment, I now see that it shouldn't have even passed dt_binding_check because 
> of the missing asram, but it did).

It passed because 'required' is what checks for property presence and 
nowhere is asram required. It is missing a type definition which should 
have warned, but may not since it is under an 'if'.

Rob

  reply	other threads:[~2024-01-31 17:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27 16:53 [PATCH] dt-bindings: mmp-dma: convert to YAML Duje Mihanović
2024-01-28 17:28 ` Conor Dooley
2024-01-28 18:01   ` Duje Mihanović
2024-01-31 17:18     ` Rob Herring [this message]
2024-01-31 21:08       ` Duje Mihanović

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=20240131171857.GA1531631-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=conor@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=duje.mihanovic@skole.hr \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --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 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.