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