linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS
@ 2019-02-07  9:10 Geert Uytterhoeven
  2019-02-07 10:14 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-02-07  9:10 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Fabrizio Castro, linux-renesas-soc, Geert Uytterhoeven

make dtbs_check:

    arch/arm64/boot/dts/renesas/r8a774a1-dummy.dt.yaml: 'model' is a required property

Fixes: caf23540a44f1036 ("arm64: dts: renesas: r8a774a1: Add dummy board DTS")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts b/arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
index dc4418ab8096fc4c..9fe882137271164e 100644
--- a/arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
+++ b/arch/arm64/boot/dts/renesas/r8a774a1-dummy.dts
@@ -1,2 +1,6 @@
 /dts-v1/;
 #include "r8a774a1.dtsi"
+
+/ {
+	model = "Dummy RZ/G2M board";
+};
-- 
2.17.1


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

end of thread, other threads:[~2019-02-07 10:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-07  9:10 [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS Geert Uytterhoeven
2019-02-07 10:14 ` Simon Horman
2019-02-07 10:25   ` Geert Uytterhoeven
2019-02-07 10:42     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).