[PATCH v1 22/25] dt-bindings: arm: fsl: Add colibri-imx8x carrier boards

Philippe Schenker posted 25 patches 2 years, 9 months ago
There is a newer version of this series
[PATCH v1 22/25] dt-bindings: arm: fsl: Add colibri-imx8x carrier boards
Posted by Philippe Schenker 2 years, 9 months ago
From: Philippe Schenker <philippe.schenker@toradex.com>

Prepare the dt-bindings for the new colibri-imx8x carrier-boards Aster
and Iris.

The Toradex SoM standard is called Colibri, fix the typo.

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
---

 Documentation/devicetree/bindings/arm/fsl.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index 442ce8f4d675..6cb78c4ac614 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1135,10 +1135,13 @@ properties:
               - fsl,imx8dxl-evk           # i.MX8DXL EVK Board
           - const: fsl,imx8dxl
 
-      - description: i.MX8QXP Boards with Toradex Coilbri iMX8X Modules
+      - description: i.MX8QXP Boards with Toradex Colibri iMX8X Modules
         items:
           - enum:
+              - toradex,colibri-imx8x-aster   # Colibri iMX8X Module on Aster Board
               - toradex,colibri-imx8x-eval-v3 # Colibri iMX8X Module on Colibri Evaluation Board V3
+              - toradex,colibri-imx8x-iris    # Colibri iMX8X Module on Iris Board
+              - toradex,colibri-imx8x-iris-v2 # Colibri iMX8X Module on Iris Board V2
           - const: toradex,colibri-imx8x
           - const: fsl,imx8qxp
 
-- 
2.39.2
Re: [PATCH v1 22/25] dt-bindings: arm: fsl: Add colibri-imx8x carrier boards
Posted by Krzysztof Kozlowski 2 years, 9 months ago
On 08/03/2023 13:52, Philippe Schenker wrote:
> From: Philippe Schenker <philippe.schenker@toradex.com>
> 
> Prepare the dt-bindings for the new colibri-imx8x carrier-boards Aster
> and Iris.
> 
> The Toradex SoM standard is called Colibri, fix the typo.
> 
> Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
> ---
> 
>  Documentation/devicetree/bindings/arm/fsl.yaml | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)


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

Best regards,
Krzysztof