diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2022-02-10 23:14:07 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-11 14:06:34 +0300 |
commit | ad30d108a5135af584ff47f5ff81be971b6c26f1 (patch) | |
tree | 3899fc72d1963e11a5aab0056e3926c30de2264b | |
parent | e67b9bc4d926de9d2e09e10325e64de69501531d (diff) | |
download | linux-ad30d108a5135af584ff47f5ff81be971b6c26f1.tar.xz |
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 <peng.fan@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Link: https://lore.kernel.org/r/20220210201407.567860-2-abel.vesa@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-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: |