aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@denx.de>2023-12-05 10:27:35 -0300
committerShawn Guo <shawnguo@kernel.org>2023-12-06 17:23:58 +0800
commit63ef8fc9bcee6b73ca445a19a7ac6bd544723c9f (patch)
treed7242cacb6705358b31315b7d61dabed16963541
parent397caf68e2d36532054cb14ae8995537f27f8b61 (diff)
downloadstaging-63ef8fc9bcee6b73ca445a19a7ac6bd544723c9f.tar.gz
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: 445ae16ac1c5 ("ARM: dts: imx28: Add DTS description of imx28 based XEA board") Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/nxp/mxs/imx28-xea.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts b/arch/arm/boot/dts/nxp/mxs/imx28-xea.dts
index a400c108f66a2..6c5e6856648af 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";
compatible = "lwn,imx28-xea", "fsl,imx28";
};