diff options
author | Rob Herring <robh@kernel.org> | 2022-05-09 11:50:27 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-05-09 11:50:27 -0500 |
commit | 52bf4b7147e5a0446ec5bdfe92106f0e16bf281f (patch) | |
tree | 81cbd53b5fc89165e34bdc4d29c5c672e218cf70 /Documentation/devicetree/bindings/serial | |
parent | 0f6983509ea126e41b8cfd17bc490cba0df58728 (diff) | |
parent | 5dc4630426511f641b7ac44fc550b8e21eafb237 (diff) |
Merge branch 'dt/linus' into dt/next
Pick up new meta-schema fixes.
Diffstat (limited to 'Documentation/devicetree/bindings/serial')
-rw-r--r-- | Documentation/devicetree/bindings/serial/samsung_uart.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/serial/samsung_uart.yaml b/Documentation/devicetree/bindings/serial/samsung_uart.yaml index d4688e317fc5..901c1e2cea28 100644 --- a/Documentation/devicetree/bindings/serial/samsung_uart.yaml +++ b/Documentation/devicetree/bindings/serial/samsung_uart.yaml @@ -100,7 +100,6 @@ allOf: maxItems: 3 clock-names: minItems: 2 - maxItems: 3 items: - const: uart - pattern: '^clk_uart_baud[0-1]$' @@ -118,11 +117,8 @@ allOf: then: properties: clocks: - minItems: 2 maxItems: 2 clock-names: - minItems: 2 - maxItems: 2 items: - const: uart - const: clk_uart_baud0 |