mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] spi: dt-bindings: cadence: add missing 'required'
@ 2022-07-04 13:06 Krzysztof Kozlowski
  2022-07-04 13:06 ` [PATCH 2/2] spi: dt-bindings: zynqmp-qspi: " Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-04 13:06 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski, Michal Simek,
	Nobuhiro Iwamatsu, linux-spi, devicetree, linux-kernel,
	linux-arm-kernel
  Cc: Krzysztof Kozlowski

During the conversion the bindings lost list of required properties.

Fixes: aa7968682a2b ("spi: convert Cadence SPI bindings to YAML")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 Documentation/devicetree/bindings/spi/spi-cadence.yaml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-cadence.yaml b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
index 9787be21318e..82d0ca5c00f3 100644
--- a/Documentation/devicetree/bindings/spi/spi-cadence.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-cadence.yaml
@@ -49,6 +49,13 @@ properties:
     enum: [ 0, 1 ]
     default: 0
 
+required:
+  - compatible
+  - reg
+  - interrupts
+  - clock-names
+  - clocks
+
 unevaluatedProperties: false
 
 examples:
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-07-04 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 13:06 [PATCH 1/2] spi: dt-bindings: cadence: add missing 'required' Krzysztof Kozlowski
2022-07-04 13:06 ` [PATCH 2/2] spi: dt-bindings: zynqmp-qspi: " Krzysztof Kozlowski
2022-07-04 13:10   ` Michal Simek
2022-07-04 13:09 ` [PATCH 1/2] spi: dt-bindings: cadence: " Michal Simek
2022-07-04 18:03 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®