diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-03-30 07:15:37 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-15 11:08:19 +0200 |
commit | ef9a23f358383376009bac2a0262be1fff3eda70 (patch) | |
tree | ca5613148c6131b8295560106cebb365735545a5 /Documentation | |
parent | tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe (diff) | |
download | linux-ef9a23f358383376009bac2a0262be1fff3eda70.tar.xz linux-ef9a23f358383376009bac2a0262be1fff3eda70.zip |
dt-bindings: serial: uniphier: Use maxItems for a single clock
'maxItems' is preferred for a single entry, not 'minItems'.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/1648617338-8600-2-git-send-email-hayashi.kunihiko@socionext.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/serial/socionext,uniphier-uart.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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. |