2022-01-20 10:34:40

by Abel Vesa

[permalink] [raw]
Subject: [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible

Add i.MX8DXL lpuart compatible to the bindings documentation.

Signed-off-by: Abel Vesa <[email protected]>
---

Changes since v1:
* imx8dxl will only be backwards compatible with imx8qxp now,
like imx8qm

Here is the last version of this patch:
https://lore.kernel.org/all/[email protected]/

Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

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:
--
2.31.1


2022-01-21 13:18:17

by Peng Fan

[permalink] [raw]
Subject: RE: [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible

> Subject: [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
>
> Add i.MX8DXL lpuart compatible to the bindings documentation.
>
> Signed-off-by: Abel Vesa <[email protected]>

Reviewed-by: Peng Fan <[email protected]>

> ---
>
> Changes since v1:
> * imx8dxl will only be backwards compatible with imx8qxp now,
> like imx8qm
>
> Here is the last version of this patch:
> https://lore.kernel.org/all/1640085372-1972-1-git-send-email-abel.vesa@nx
> p.com/
>
> Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> 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:
> --
> 2.31.1

2022-02-09 06:46:42

by Rob Herring (Arm)

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible

On Tue, 18 Jan 2022 15:17:15 +0200, Abel Vesa wrote:
> Add i.MX8DXL lpuart compatible to the bindings documentation.
>
> Signed-off-by: Abel Vesa <[email protected]>
> ---
>
> Changes since v1:
> * imx8dxl will only be backwards compatible with imx8qxp now,
> like imx8qm
>
> Here is the last version of this patch:
> https://lore.kernel.org/all/[email protected]/
>
> Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>

Acked-by: Rob Herring <[email protected]>