All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: spi: Update clocks property for ARM pl022
@ 2022-03-08  7:21 ` Kuldeep Singh
  0 siblings, 0 replies; 18+ messages in thread
From: Kuldeep Singh @ 2022-03-08  7:21 UTC (permalink / raw)
  To: Mark Brown, linux-arm-kernel, linux-spi, devicetree
  Cc: Rob Herring, Robin Murphy, Linus Walleij, Krzysztof Kozlowski

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>
---
v2:
- Keep actual warning and remove path to file
- Reword commit message a bit

 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] 18+ messages in thread

end of thread, other threads:[~2022-03-11  3:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-08  7:21 [PATCH v2 1/2] dt-bindings: spi: Update clocks property for ARM pl022 Kuldeep Singh
2022-03-08  7:21 ` Kuldeep Singh
2022-03-08  7:21 ` [PATCH v2 2/2] dt-bindings: spi: Update clock-names " Kuldeep Singh
2022-03-08  7:21   ` Kuldeep Singh
2022-03-10 22:08   ` Rob Herring
2022-03-10 22:08     ` Rob Herring
2022-03-11  2:57     ` Kuldeep Singh
2022-03-11  2:57       ` Kuldeep Singh
2022-03-08  8:27 ` [PATCH v2 1/2] dt-bindings: spi: Update clocks " Krzysztof Kozlowski
2022-03-08  8:27   ` Krzysztof Kozlowski
2022-03-09 13:57   ` Kuldeep Singh
2022-03-09 13:57     ` Kuldeep Singh
2022-03-10 22:05 ` Rob Herring
2022-03-10 22:05   ` Rob Herring
2022-03-11  2:55   ` Kuldeep Singh
2022-03-11  2:55     ` Kuldeep Singh
2022-03-11  3:31     ` Kuldeep Singh
2022-03-11  3:31       ` Kuldeep Singh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.