All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum
@ 2022-01-18 13:55 Abel Vesa
  2022-01-19  1:49 ` Peng Fan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Abel Vesa @ 2022-01-18 13:55 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring
  Cc: Peng Fan, Alexander Stein, linux-serial, devicetree,
	Linux Kernel Mailing List, NXP Linux Team

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 alreaady an 'items' entry for that.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
index c33e3af1b5ea..aa83cbf56d59 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,imxrt1050-lpuart
       - items:
           - enum:
-- 
2.31.1


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

* RE: [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum
  2022-01-18 13:55 [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum Abel Vesa
@ 2022-01-19  1:49 ` Peng Fan
  2022-02-09  2:51 ` Rob Herring
  2022-02-10 20:21 ` Abel Vesa
  2 siblings, 0 replies; 4+ messages in thread
From: Peng Fan @ 2022-01-19  1:49 UTC (permalink / raw)
  To: Abel Vesa, Greg Kroah-Hartman, Rob Herring
  Cc: Alexander Stein, linux-serial, devicetree,
	Linux Kernel Mailing List, dl-linux-imx

> Subject: [PATCH] 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 alreaady an 'items' entry for that.

Typo: alreaady->already

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

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

> ---
>  Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
> b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
> index c33e3af1b5ea..aa83cbf56d59 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,imxrt1050-lpuart
>        - items:
>            - enum:
> --
> 2.31.1


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

* Re: [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum
  2022-01-18 13:55 [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum Abel Vesa
  2022-01-19  1:49 ` Peng Fan
@ 2022-02-09  2:51 ` Rob Herring
  2022-02-10 20:21 ` Abel Vesa
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-02-09  2:51 UTC (permalink / raw)
  To: Abel Vesa
  Cc: linux-serial, Peng Fan, Greg Kroah-Hartman,
	Linux Kernel Mailing List, devicetree, NXP Linux Team,
	Alexander Stein

On Tue, 18 Jan 2022 15:55:35 +0200, Abel Vesa wrote:
> 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 alreaady an 'items' entry for that.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
> ---
>  Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 

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

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

* Re: [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum
  2022-01-18 13:55 [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum Abel Vesa
  2022-01-19  1:49 ` Peng Fan
  2022-02-09  2:51 ` Rob Herring
@ 2022-02-10 20:21 ` Abel Vesa
  2 siblings, 0 replies; 4+ messages in thread
From: Abel Vesa @ 2022-02-10 20:21 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring
  Cc: Peng Fan, Alexander Stein, linux-serial, devicetree,
	Linux Kernel Mailing List, NXP Linux Team

On 22-01-18 15:55:35, Abel Vesa wrote:
> 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 alreaady an 'items' entry for that.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>

Please have a look at V2 here:
https://lore.kernel.org/lkml/20220210201407.567860-2-abel.vesa@nxp.com/raw

> ---
>  Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
> index c33e3af1b5ea..aa83cbf56d59 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,imxrt1050-lpuart
>        - items:
>            - enum:
> -- 
> 2.31.1
>

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

end of thread, other threads:[~2022-02-10 20:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-18 13:55 [PATCH] dt-bindings: serial: fsl-lpuart: Remove i.MX8QM from enum Abel Vesa
2022-01-19  1:49 ` Peng Fan
2022-02-09  2:51 ` Rob Herring
2022-02-10 20:21 ` Abel Vesa

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.