diff mbox series

[LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS

Message ID 20190207091047.22046-1-geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 053803dbf6b931d7e0a34494e11952fe160aad87
Delegated to: Simon Horman
Headers show
Series [LOCAL] arm64: dts: renesas: r8a774a1: Add required model to dummy board DTS | expand

Commit Message

Geert Uytterhoeven Feb. 7, 2019, 9:10 a.m. UTC
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(+)

Comments

Simon Horman Feb. 7, 2019, 10:14 a.m. UTC | #1
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.
Geert Uytterhoeven Feb. 7, 2019, 10:25 a.m. UTC | #2
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
Simon Horman Feb. 7, 2019, 10:42 a.m. UTC | #3
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.
diff mbox series

Patch

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";
+};