All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Simon Horman <horms@verge.net.au>, Magnus Damm <magnus.damm@gmail.com>
Cc: Fabrizio Castro <fabrizio.castro@bp.renesas.com>,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS
Date: Thu,  7 Feb 2019 10:10:47 +0100	[thread overview]
Message-ID: <20190207091047.22046-1-geert+renesas@glider.be> (raw)

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


             reply	other threads:[~2019-02-07  9:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07  9:10 Geert Uytterhoeven [this message]
2019-02-07 10:14 ` [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS Simon Horman
2019-02-07 10:25   ` Geert Uytterhoeven
2019-02-07 10:42     ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190207091047.22046-1-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=fabrizio.castro@bp.renesas.com \
    --cc=horms@verge.net.au \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.