linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: spi: Update clocks property for ARM pl022
@ 2022-03-07 20:37 Kuldeep Singh
  2022-03-07 20:37 ` [PATCH 2/2] dt-bindings: spi: Update clock-names " Kuldeep Singh
  2022-03-07 21:55 ` [PATCH 1/2] dt-bindings: spi: Update clocks " Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Kuldeep Singh @ 2022-03-07 20:37 UTC (permalink / raw)
  To: Mark Brown, linux-arm-kernel, linux-spi, devicetree
  Cc: Rob Herring, Robin Murphy, Linus Walleij

Add missing minItems property to clocks in ARM pl022 bindings.

This helps in resolving below warnings:
clocks: [[4]] is too short
clock-names: ['apb_pclk'] is too short

Signed-off-by: Kuldeep Singh <singh.kuldeep87k@gmail.com>
---
 Documentation/devicetree/bindings/spi/spi-pl022.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-pl022.yaml b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
index 6d633728fc2b..7d36e15db5b3 100644
--- a/Documentation/devicetree/bindings/spi/spi-pl022.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-pl022.yaml
@@ -34,6 +34,7 @@ properties:
     maxItems: 1
 
   clocks:
+    minItems: 1
     maxItems: 2
 
   clock-names:
-- 
2.25.1


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

end of thread, other threads:[~2022-03-08  5:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 20:37 [PATCH 1/2] dt-bindings: spi: Update clocks property for ARM pl022 Kuldeep Singh
2022-03-07 20:37 ` [PATCH 2/2] dt-bindings: spi: Update clock-names " Kuldeep Singh
2022-03-07 21:55 ` [PATCH 1/2] dt-bindings: spi: Update clocks " Krzysztof Kozlowski
2022-03-08  5:21   ` Kuldeep Singh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).