[PATCH 1/3] dt-bindings: arm: fsl: add i.MX95 19x19 EVK board

Peng Fan (OSS) posted 3 patches 1 year, 10 months ago
There is a newer version of this series
[PATCH 1/3] dt-bindings: arm: fsl: add i.MX95 19x19 EVK board
Posted by Peng Fan (OSS) 1 year, 10 months ago
From: Peng Fan <peng.fan@nxp.com>

Add DT compatible string for NXP i.MX95 19x19 EVK board.

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

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 39378879777b..3b318c518e35 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1264,6 +1264,12 @@ properties:
               - fsl,imx93-11x11-evk       # i.MX93 11x11 EVK Board
           - const: fsl,imx93
 
+      - description: i.MX95 based Boards
+        items:
+          - enum:
+              - fsl,imx95-19x19-evk       # i.MX95 19x19 EVK Board
+          - const: fsl,imx93
+
       - description: i.MXRT1050 based Boards
         items:
           - enum:

-- 
2.37.1
Re: [PATCH 1/3] dt-bindings: arm: fsl: add i.MX95 19x19 EVK board
Posted by Rob Herring 1 year, 10 months ago
On Sun, Feb 18, 2024 at 02:38:51PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add DT compatible string for NXP i.MX95 19x19 EVK board.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 39378879777b..3b318c518e35 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -1264,6 +1264,12 @@ properties:
>                - fsl,imx93-11x11-evk       # i.MX93 11x11 EVK Board
>            - const: fsl,imx93
>  
> +      - description: i.MX95 based Boards
> +        items:
> +          - enum:
> +              - fsl,imx95-19x19-evk       # i.MX95 19x19 EVK Board
> +          - const: fsl,imx93

imx93 or imx95?

> +
>        - description: i.MXRT1050 based Boards
>          items:
>            - enum:
> 
> -- 
> 2.37.1
>
Re: [PATCH 1/3] dt-bindings: arm: fsl: add i.MX95 19x19 EVK board
Posted by Krzysztof Kozlowski 1 year, 10 months ago
On 18/02/2024 07:38, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add DT compatible string for NXP i.MX95 19x19 EVK board.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  Documentation/devicetree/bindings/arm/fsl.yaml | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index 39378879777b..3b318c518e35 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -1264,6 +1264,12 @@ properties:
>                - fsl,imx93-11x11-evk       # i.MX93 11x11 EVK Board
>            - const: fsl,imx93
>  
> +      - description: i.MX95 based Boards

You already have such entry for that fallback. Just add it there... or
you want to say the fallback compatible is wrong? It's anyway weird to
re-use other compatible without 95.

Best regards,
Krzysztof