[PATCH] ARM: dts: imx28-xea: Pass the 'model' property

Stefan Wahren wahrenst at gmx.net
Tue Dec 5 11:03:41 PST 2023


Hi Fabio,

Am 05.12.23 um 14:27 schrieb Fabio Estevam:
> From: Fabio Estevam <festevam at denx.de>
>
> Per root-node.yaml, 'model' is a required property.
>
> Pass it to fix the following dt-schema warning:
>
> imx28-xea.dtb: /: 'model' is a required property
> 	from schema $id: http://devicetree.org/schemas/root-node.yaml#
>
> Signed-off-by: Fabio Estevam <festevam at denx.de>
i would consider this as a fix because every board file should have a
model, which is helpful for debugging.

Fixes: 445ae16ac1c5 ("ARM: dts: imx28: Add DTS description of imx28
based XEA board")
> ---
>   arch/arm/boot/dts/nxp/mxs/imx28-xea.dts | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts b/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts
> index a400c108f66a..cc54a0390f8c 100644
> --- a/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts
> +++ b/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts
> @@ -8,6 +8,7 @@
>   #include "imx28-lwe.dtsi"
>
>   / {
> +	model = "Liebherr Xea board";
s/Xea/XEA

Thanks
>   	compatible = "lwn,imx28-xea", "fsl,imx28";
>   };
>




More information about the linux-arm-kernel mailing list