summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/serial
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2020-09-25 23:26:49 +0200
committerRob Herring <robh@kernel.org>2020-10-06 09:52:22 -0500
commit7a64ed02ca2df68191fda98fa4f76c3cb68ae356 (patch)
tree2a0def63afdc59f850a4336df14e01c601106fa0 /Documentation/devicetree/bindings/serial
parent8c465e220bbcbf0866d6e0c14fc800ae2e96049e (diff)
dt-bindings: serial: fsl-imx-uart: fix i.MX 53 and 6 compatible matching
The i.MX 53 and i.MX6Q DTS use two compatibles, i.MX 6SL/6SLL/SX three so update the binding to fix dtbs_check warnings like: serial@21ec000: compatible: ['fsl,imx6q-uart', 'fsl,imx21-uart'] is not valid under any of the given schemas Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20200925212649.23183-1-krzk@kernel.org Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/serial')
-rw-r--r--Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml
index 3d896173b3b0..9ff85bc6859c 100644
--- a/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml
+++ b/Documentation/devicetree/bindings/serial/fsl-imx-uart.yaml
@@ -18,8 +18,6 @@ properties:
oneOf:
- const: fsl,imx1-uart
- const: fsl,imx21-uart
- - const: fsl,imx53-uart
- - const: fsl,imx6q-uart
- items:
- enum:
- fsl,imx25-uart
@@ -28,12 +26,18 @@ properties:
- fsl,imx35-uart
- fsl,imx50-uart
- fsl,imx51-uart
+ - fsl,imx53-uart
+ - fsl,imx6q-uart
- const: fsl,imx21-uart
- items:
- enum:
- fsl,imx6sl-uart
- fsl,imx6sll-uart
- fsl,imx6sx-uart
+ - const: fsl,imx6q-uart
+ - const: fsl,imx21-uart
+ - items:
+ - enum:
- fsl,imx6ul-uart
- fsl,imx7d-uart
- fsl,imx8mm-uart