[PATCH] ARM: dts: imx28-xea: Pass the 'model' property
Shawn Guo
shawnguo at kernel.org
Wed Dec 6 01:26:00 PST 2023
On Wed, Dec 06, 2023 at 08:00:26AM +0100, Stefan Wahren wrote:
> Hi,
>
> sorry i replied just to the list last time :-(
>
> 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")
Ok, I added it.
> > ---
> > 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
Fixed it up.
Shawn
More information about the linux-arm-kernel
mailing list