[PATCH v1 1/2] dt-bindings: arm: fsl: Add ABB SoM and carrier

Heiko Schocher posted 2 patches 4 weeks ago
There is a newer version of this series
[PATCH v1 1/2] dt-bindings: arm: fsl: Add ABB SoM and carrier
Posted by Heiko Schocher 4 weeks ago
add support for the i.MX8MP based SoM and carrier from ABB.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
index b39a7e031177..96b0eaa3b80f 100644
--- a/Documentation/devicetree/bindings/arm/fsl.yaml
+++ b/Documentation/devicetree/bindings/arm/fsl.yaml
@@ -1073,6 +1073,8 @@ properties:
       - description: i.MX8MP based Boards
         items:
           - enum:
+              - abb,imx8mp-aristianetos3 # i.MX8MP ABB Board
+              - abb,imx8mp-aristianetos3-som # i.MX8MP ABB Board SoM
               - beacon,imx8mp-beacon-kit  # i.MX8MP Beacon Development Kit
               - dmo,imx8mp-data-modul-edm-sbc # i.MX8MP eDM SBC
               - emcraft,imx8mp-navqp      # i.MX8MP Emcraft Systems NavQ+ Kit
-- 
2.20.1
Re: [PATCH v1 1/2] dt-bindings: arm: fsl: Add ABB SoM and carrier
Posted by Krzysztof Kozlowski 3 weeks, 6 days ago
On 28/10/2024 09:23, Heiko Schocher wrote:
> add support for the i.MX8MP based SoM and carrier from ABB.
> 
> Signed-off-by: Heiko Schocher <hs@denx.de>
> ---
> 
>  Documentation/devicetree/bindings/arm/fsl.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml
> index b39a7e031177..96b0eaa3b80f 100644
> --- a/Documentation/devicetree/bindings/arm/fsl.yaml
> +++ b/Documentation/devicetree/bindings/arm/fsl.yaml
> @@ -1073,6 +1073,8 @@ properties:
>        - description: i.MX8MP based Boards
>          items:
>            - enum:
> +              - abb,imx8mp-aristianetos3 # i.MX8MP ABB Board
> +              - abb,imx8mp-aristianetos3-som # i.MX8MP ABB Board SoM

SoM usually is not used alone. If here is one of the few exceptions, you
have entire commit msg to explain that.

If this is not exception, properly mark compatibility, like in other cases.

Best regards,
Krzysztof