diff options
author | Abel Vesa <[email protected]> | 2022-02-10 22:14:07 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-02-11 12:06:34 +0100 |
commit | ad30d108a5135af584ff47f5ff81be971b6c26f1 (patch) | |
tree | 3899fc72d1963e11a5aab0056e3926c30de2264b | |
parent | e67b9bc4d926de9d2e09e10325e64de69501531d (diff) |
dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum
i.MX8QM lpuart is backwards compatible with i.MX8QXP, so lets remove
the single match from enum. This will force nodes to have both compatible
strings, since there is already an 'items' entry for that.
Reviewed-by: Peng Fan <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Abel Vesa <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml index 40dd25b72268..ff364bd0fbac 100644 --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml @@ -20,7 +20,6 @@ properties: - fsl,ls1021a-lpuart - fsl,ls1028a-lpuart - fsl,imx7ulp-lpuart - - fsl,imx8qm-lpuart - fsl,imx8qxp-lpuart - fsl,imxrt1050-lpuart - items: |