Skip to content

Commit 63ef8fc

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx28-xea: Pass the 'model' property
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: 445ae16 ("ARM: dts: imx28: Add DTS description of imx28 based XEA board") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 397caf6 commit 63ef8fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/boot/dts/nxp/mxs/imx28-xea.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "imx28-lwe.dtsi"
99

1010
/ {
11+
model = "Liebherr XEA board";
1112
compatible = "lwn,imx28-xea", "fsl,imx28";
1213
};
1314

0 commit comments

Comments
 (0)