[PATCH v2 1/2] dt-bindings: serial: uniphier: Use maxItems for a single clock
Kunihiko Hayashi
hayashi.kunihiko at socionext.com
Tue Mar 29 22:15:37 PDT 2022
'maxItems' is preferred for a single entry, not 'minItems'.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko at socionext.com>
---
.../devicetree/bindings/serial/socionext,uniphier-uart.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml b/Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml
index d490c7c4b967..06353028b274 100644
--- a/Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml
@@ -20,7 +20,7 @@ properties:
maxItems: 1
clocks:
- minItems: 1
+ maxItems: 1
auto-flow-control:
description: enable automatic flow control support.
--
2.25.1
More information about the linux-arm-kernel
mailing list