Unverified Commit 709c81b5 authored by Rob Herring's avatar Rob Herring Committed by Mark Brown
Browse files

spi: spi-mux: Add reference to spi-peripheral-props.yaml schema



The spi-mux serves as both a SPI peripheral and controller, so add a
reference to spi-peripheral-props.yaml in addition to
spi-controller.yaml. This is necessary to avoid unevaluatedProperties
warnings once those are fully enabled.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarChris Packham <chris.packham@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20220105183234.3426649-1-robh@kernel.org


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent ebe33e5a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ description: |

allOf:
  - $ref: "/schemas/spi/spi-controller.yaml#"
  - $ref: "/schemas/spi/spi-peripheral-props.yaml#"

maintainers:
  - Chris Packham <chris.packham@alliedtelesis.co.nz>