public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx28-xea: Pass the 'model' property
@ 2023-12-05 13:27 Fabio Estevam
  2023-12-05 19:03 ` Stefan Wahren
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Fabio Estevam @ 2023-12-05 13:27 UTC (permalink / raw)
  To: shawnguo; +Cc: lukma, linux-arm-kernel, Fabio Estevam

From: Fabio Estevam <festevam@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@denx.de>
---
 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";
 	compatible = "lwn,imx28-xea", "fsl,imx28";
 };
 
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-12-06  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-05 13:27 [PATCH] ARM: dts: imx28-xea: Pass the 'model' property Fabio Estevam
2023-12-05 19:03 ` Stefan Wahren
2023-12-06  3:20 ` Shawn Guo
2023-12-06  7:00 ` Stefan Wahren
2023-12-06  9:26   ` Shawn Guo
2023-12-06  9:33 ` Lukasz Majewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox