All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string
@ 2022-03-23  9:36 Peng Fan (OSS)
  2022-03-31 23:44 ` Rob Herring
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Fan (OSS) @ 2022-03-23  9:36 UTC (permalink / raw)
  To: gregkh, robh+dt, krzk+dt; +Cc: linux-serial, devicetree, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

The lpuart on i.MX93 is derived from i.MX7ULP with some industrial
enhancements, it uses two compatible strings, so update the
compatible string for i.MX93.

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

V2:
 Drop fsl,imx93-lpuart-v2, that is software controllable per Design team,
 so we may update driver for that.
 Update commit message

 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 ff364bd0fbac..30eaa62e1aed 100644
--- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
+++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
@@ -23,7 +23,9 @@ properties:
           - fsl,imx8qxp-lpuart
           - fsl,imxrt1050-lpuart
       - items:
-          - const: fsl,imx8ulp-lpuart
+          - enum:
+              - fsl,imx93-lpuart
+              - fsl,imx8ulp-lpuart
           - const: fsl,imx7ulp-lpuart
       - items:
           - enum:
-- 
2.25.1


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

* Re: [PATCH V2] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string
  2022-03-23  9:36 [PATCH V2] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string Peng Fan (OSS)
@ 2022-03-31 23:44 ` Rob Herring
  0 siblings, 0 replies; 2+ messages in thread
From: Rob Herring @ 2022-03-31 23:44 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: Peng Fan, linux-serial, robh+dt, devicetree, linux-kernel,
	gregkh, krzk+dt

On Wed, 23 Mar 2022 17:36:59 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The lpuart on i.MX93 is derived from i.MX7ULP with some industrial
> enhancements, it uses two compatible strings, so update the
> compatible string for i.MX93.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> 
> V2:
>  Drop fsl,imx93-lpuart-v2, that is software controllable per Design team,
>  so we may update driver for that.
>  Update commit message
> 
>  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] 2+ messages in thread

end of thread, other threads:[~2022-03-31 23:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-23  9:36 [PATCH V2] dt-bindings: serial: fsl-lpuart: Add imx93 compatible string Peng Fan (OSS)
2022-03-31 23:44 ` 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.