]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: imx28-xea: Pass the 'model' property
authorFabio Estevam <festevam@denx.de>
Tue, 5 Dec 2023 13:27:35 +0000 (10:27 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 09:23:58 +0000 (17:23 +0800)
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@denx.de>
Fixes: 445ae16ac1c5 ("ARM: dts: imx28: Add DTS description of imx28 based XEA board")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx28-xea.dts

index a400c108f66a2d33f7e9ca3cf74421ad506ac75c..6c5e6856648af94099e3064081c1adb0fc792022 100644 (file)
@@ -8,6 +8,7 @@
 #include "imx28-lwe.dtsi"
 
 / {
+       model = "Liebherr XEA board";
        compatible = "lwn,imx28-xea", "fsl,imx28";
 };