diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2022-01-18 14:17:15 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-08 11:08:24 +0100 |
commit | 330582535eb293fc6d72db95342196f98ac11c99 (patch) | |
tree | 76014d7aefeb043d4d1e41645cf3c7ca93d457cc /Documentation | |
parent | serial: stm32: enable / disable wake irqs for mcrtl_gpio wakeup sources (diff) | |
download | linux-330582535eb293fc6d72db95342196f98ac11c99.tar.xz linux-330582535eb293fc6d72db95342196f98ac11c99.zip |
dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
Add i.MX8DXL lpuart compatible to the bindings documentation.
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/20220118131715.2051965-1-abel.vesa@nxp.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml index 6e04e3848261..c33e3af1b5ea 100644 --- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml +++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml @@ -28,7 +28,9 @@ properties: - fsl,imx8ulp-lpuart - const: fsl,imx7ulp-lpuart - items: - - const: fsl,imx8qm-lpuart + - enum: + - fsl,imx8qm-lpuart + - fsl,imx8dxl-lpuart - const: fsl,imx8qxp-lpuart reg: |