Thread (10 messages) 10 messages, 3 authors, 2021-12-16

Re: [PATCH v6 2/4] dt-bindings: spi: add new clock name 'axi' for spi nor

From: Rob Herring <robh@kernel.org>
Date: 2021-12-14 16:26:49
Also in: linux-arm-kernel, linux-gpio, linux-mediatek, linux-spi, lkml

On Mon, Dec 13, 2021 at 04:04:48PM +0000, Mark Brown wrote:
On Sun, Dec 12, 2021 at 04:40:12AM +0800, Tinghan Shen wrote:
quoted
Some mtk spi nor has dedicated dma(s) inside. Add a new clock name, axi,
for spi nor dma bus clock.
quoted
   clock-names:
+    minItems: 2
     items:
       - const: spi
       - const: sf
+      - const: axi
This will cause any existing DTs that don't have both spi and sf clocks
defined to fail to validate which doesn't seem great.
That was true before this. The default for 'minItems' is the number of 
entries in 'items' (this is not the default for json-schema, but default 
for DT bindings as that's the common case).
Given that your
commit message says this is only required for some SoCs shouldn't the
minimum clocks requirement depend on which particular SoC/IP version is
being used?  Not exactly sure how one specifies that in the YAML format.
With an if/then schema adding maxItems/minItems constraints (e.g. 
'maxItems: 2' for existing compatibles). There are many examples in the 
tree.

Rob
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help