]> Git Repo - linux.git/commitdiff
dt-bindings: mtd: spi-nand: Add spi-peripheral-props.yaml reference
authorRob Herring <[email protected]>
Wed, 25 May 2022 20:59:08 +0000 (15:59 -0500)
committerRob Herring <[email protected]>
Fri, 3 Jun 2022 16:56:27 +0000 (11:56 -0500)
SPI peripheral device bindings need to reference spi-peripheral-props.yaml
in order to use various SPI controller specific properties. Otherwise,
the unevaluatedProperties check will reject any controller specific
properties.

Signed-off-by: Rob Herring <[email protected]>
Reviewed-by: Pratyush Yadav <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Documentation/devicetree/bindings/mtd/spi-nand.yaml

index 431faac518a4bdde792053fbd859014d8bd38302..dd3cd1d530095a7f6afa49c6a5eeb3ddef0a5bee 100644 (file)
@@ -11,6 +11,7 @@ maintainers:
 
 allOf:
   - $ref: "nand-chip.yaml#"
+  - $ref: /schemas/spi/spi-peripheral-props.yaml#
 
 properties:
   compatible:
This page took 0.058023 seconds and 4 git commands to generate.