[PATCH v2 1/4] dt-bindings: arm: fsl: add i.MX95 15x15 EVK board

Frank Li posted 4 patches 11 months ago
There is a newer version of this series
[PATCH v2 1/4] dt-bindings: arm: fsl: add i.MX95 15x15 EVK board
Posted by Frank Li 11 months ago
Add DT compatible string for NXP i.MX95 15x15 EVK board.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/arm/fsl.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 3713175548637..4d2edc8f1d1ab 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1352,6 +1352,7 @@ properties:
       - description: i.MX95 based Boards
         items:
           - enum:
+              - fsl,imx95-15x15-evk       # i.MX95 15x15 EVK Board
               - fsl,imx95-19x19-evk       # i.MX95 19x19 EVK Board
           - const: fsl,imx95
 

-- 
2.34.1
Re: [PATCH v2 1/4] dt-bindings: arm: fsl: add i.MX95 15x15 EVK board
Posted by Conor Dooley 11 months ago
On Tue, Jan 14, 2025 at 12:56:24PM -0500, Frank Li wrote:
> Add DT compatible string for NXP i.MX95 15x15 EVK board.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>