All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
@ 2022-01-18 13:17 Abel Vesa
  2022-01-19  1:48 ` Peng Fan
  2022-02-07 22:14 ` Rob Herring
  0 siblings, 2 replies; 3+ messages in thread
From: Abel Vesa @ 2022-01-18 13:17 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring, Fugang Duan
  Cc: Peng Fan, Alexander Stein, linux-serial, devicetree,
	Linux Kernel Mailing List, NXP Linux Team

Add i.MX8DXL lpuart compatible to the bindings documentation.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---

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@nxp.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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
  2022-01-18 13:17 [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Abel Vesa
@ 2022-01-19  1:48 ` Peng Fan
  2022-02-07 22:14 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Peng Fan @ 2022-01-19  1:48 UTC (permalink / raw)
  To: Abel Vesa, Greg Kroah-Hartman, Rob Herring, Fugang Duan
  Cc: Alexander Stein, linux-serial, devicetree,
	Linux Kernel Mailing List, dl-linux-imx

> 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 <abel.vesa@nxp.com>

Reviewed-by: Peng Fan <peng.fan@nxp.com>

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible
  2022-01-18 13:17 [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Abel Vesa
  2022-01-19  1:48 ` Peng Fan
@ 2022-02-07 22:14 ` Rob Herring
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2022-02-07 22:14 UTC (permalink / raw)
  To: Abel Vesa
  Cc: linux-serial, Peng Fan, NXP Linux Team, Alexander Stein,
	Linux Kernel Mailing List, Fugang Duan, devicetree,
	Greg Kroah-Hartman

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 <abel.vesa@nxp.com>
> ---
> 
> 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@nxp.com/
> 
>  Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-02-07 22:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 13:17 [PATCH v2] dt-bindings: serial: fsl-lpuart: Add i.MX8DXL compatible Abel Vesa
2022-01-19  1:48 ` Peng Fan
2022-02-07 22:14 ` Rob Herring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.