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

* Re: [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2019-02-07 10:14 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, Fabrizio Castro, linux-renesas-soc

On Thu, Feb 07, 2019 at 10:10:47AM +0100, Geert Uytterhoeven wrote:
> 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>

Thanks, applied to topic/arm64-dummy-boards which is included in devel
branch of the renesas tree but is not included not the next branch of the
renesas tree nor targeted at linux-next.

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

* Re: [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS
  2019-02-07 10:14 ` Simon Horman
@ 2019-02-07 10:25   ` Geert Uytterhoeven
  2019-02-07 10:42     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Geert Uytterhoeven @ 2019-02-07 10:25 UTC (permalink / raw)
  To: Simon Horman
  Cc: Geert Uytterhoeven, Magnus Damm, Fabrizio Castro, Linux-Renesas

Hi Simon,

On Thu, Feb 7, 2019 at 11:14 AM Simon Horman <horms@verge.net.au> wrote:
> On Thu, Feb 07, 2019 at 10:10:47AM +0100, Geert Uytterhoeven wrote:
> > 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>
>
> Thanks, applied to topic/arm64-dummy-boards which is included in devel
> branch of the renesas tree but is not included not the next branch of the
> renesas tree nor targeted at linux-next.

Thanks!

Feel free to squash it into the original, if you think that makes sense.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS
  2019-02-07 10:25   ` Geert Uytterhoeven
@ 2019-02-07 10:42     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-02-07 10:42 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Geert Uytterhoeven, Magnus Damm, Fabrizio Castro, Linux-Renesas

On Thu, Feb 07, 2019 at 11:25:24AM +0100, Geert Uytterhoeven wrote:
> Hi Simon,
> 
> On Thu, Feb 7, 2019 at 11:14 AM Simon Horman <horms@verge.net.au> wrote:
> > On Thu, Feb 07, 2019 at 10:10:47AM +0100, Geert Uytterhoeven wrote:
> > > 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>
> >
> > Thanks, applied to topic/arm64-dummy-boards which is included in devel
> > branch of the renesas tree but is not included not the next branch of the
> > renesas tree nor targeted at linux-next.
> 
> Thanks!
> 
> Feel free to squash it into the original, if you think that makes sense.

Thanks, I've left it separate for now.

^ permalink raw reply	[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).