[PATCH] dt-bindings: serial: fsl-lpuart: support i.MX95

Peng Fan (OSS) posted 1 patch 1 year, 11 months ago
Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] dt-bindings: serial: fsl-lpuart: support i.MX95
Posted by Peng Fan (OSS) 1 year, 11 months ago
From: Peng Fan <peng.fan@nxp.com>

Add i.MX95 compatible string. Same as i.MX93, it is compatible
with i.MX8ULP.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/serial/fsl-lpuart.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
index 3a5b59f5d3e3..3f9ace89dee9 100644
--- a/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
+++ b/Documentation/devicetree/bindings/serial/fsl-lpuart.yaml
@@ -30,6 +30,7 @@ properties:
       - items:
           - enum:
               - fsl,imx93-lpuart
+              - fsl,imx95-lpuart
           - const: fsl,imx8ulp-lpuart
           - const: fsl,imx7ulp-lpuart
       - items:
-- 
2.37.1
Re: [PATCH] dt-bindings: serial: fsl-lpuart: support i.MX95
Posted by Krzysztof Kozlowski 1 year, 11 months ago
On 21/01/2024 12:53, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX95 compatible string. Same as i.MX93, it is compatible
> with i.MX8ULP.
> 

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof