* [PATCH v2 6/8] arm64: renesas: document Eagle board bindings
@ 2017-09-15 19:43 Sergei Shtylyov
2017-09-19 7:49 ` Geert Uytterhoeven
2017-09-20 20:52 ` Rob Herring
0 siblings, 2 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2017-09-15 19:43 UTC (permalink / raw)
To: linux-arm-kernel
Document the Eagle device tree bindings, listing it as a supported board.
This allows to use checkpatch.pl to validate .dts files referring to the
Eagle board.
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
---
Changes in version 2:
- renamed the patch.
Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
1 file changed, 2 insertions(+)
Index: renesas/Documentation/devicetree/bindings/arm/shmobile.txt
===================================================================
--- renesas.orig/Documentation/devicetree/bindings/arm/shmobile.txt
+++ renesas/Documentation/devicetree/bindings/arm/shmobile.txt
@@ -59,6 +59,8 @@ Boards:
compatible = "renesas,bockw", "renesas,r8a7778"
- Draak (RTP0RC77995SEB0010S)
compatible = "renesas,draak", "renesas,r8a77995"
+ - Eagle (RTP0RC77970SEB0010S)
+ compatible = "renesas,eagle", "renesas,r8a77970";
- Genmai (RTK772100BC00000BR)
compatible = "renesas,genmai", "renesas,r7s72100"
- GR-Peach (X28A-M01-E/F)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 6/8] arm64: renesas: document Eagle board bindings
2017-09-15 19:43 [PATCH v2 6/8] arm64: renesas: document Eagle board bindings Sergei Shtylyov
@ 2017-09-19 7:49 ` Geert Uytterhoeven
2017-09-20 20:52 ` Rob Herring
1 sibling, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2017-09-19 7:49 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 15, 2017 at 9:43 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> Document the Eagle device tree bindings, listing it as a supported board.
>
> This allows to use checkpatch.pl to validate .dts files referring to the
> Eagle board.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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
* [PATCH v2 6/8] arm64: renesas: document Eagle board bindings
2017-09-15 19:43 [PATCH v2 6/8] arm64: renesas: document Eagle board bindings Sergei Shtylyov
2017-09-19 7:49 ` Geert Uytterhoeven
@ 2017-09-20 20:52 ` Rob Herring
2017-09-21 9:07 ` Simon Horman
1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2017-09-20 20:52 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Sep 15, 2017 at 10:43:24PM +0300, Sergei Shtylyov wrote:
> Document the Eagle device tree bindings, listing it as a supported board.
>
> This allows to use checkpatch.pl to validate .dts files referring to the
> Eagle board.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>
> ---
> Changes in version 2:
> - renamed the patch.
>
> Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
> 1 file changed, 2 insertions(+)
>
> Index: renesas/Documentation/devicetree/bindings/arm/shmobile.txt
> ===================================================================
> --- renesas.orig/Documentation/devicetree/bindings/arm/shmobile.txt
> +++ renesas/Documentation/devicetree/bindings/arm/shmobile.txt
> @@ -59,6 +59,8 @@ Boards:
> compatible = "renesas,bockw", "renesas,r8a7778"
> - Draak (RTP0RC77995SEB0010S)
> compatible = "renesas,draak", "renesas,r8a77995"
> + - Eagle (RTP0RC77970SEB0010S)
> + compatible = "renesas,eagle", "renesas,r8a77970";
You're not consistent here with the ';'.
Otherwise,
Acked-by: Rob Herring <robh@kernel.org>
> - Genmai (RTK772100BC00000BR)
> compatible = "renesas,genmai", "renesas,r7s72100"
> - GR-Peach (X28A-M01-E/F)
>
> --
> To unsubscribe from this list: send the line "unsubscribe devicetree" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH v2 6/8] arm64: renesas: document Eagle board bindings
2017-09-20 20:52 ` Rob Herring
@ 2017-09-21 9:07 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-09-21 9:07 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Sep 20, 2017 at 03:52:33PM -0500, Rob Herring wrote:
> On Fri, Sep 15, 2017 at 10:43:24PM +0300, Sergei Shtylyov wrote:
> > Document the Eagle device tree bindings, listing it as a supported board.
> >
> > This allows to use checkpatch.pl to validate .dts files referring to the
> > Eagle board.
> >
> > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >
> > ---
> > Changes in version 2:
> > - renamed the patch.
> >
> > Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > Index: renesas/Documentation/devicetree/bindings/arm/shmobile.txt
> > ===================================================================
> > --- renesas.orig/Documentation/devicetree/bindings/arm/shmobile.txt
> > +++ renesas/Documentation/devicetree/bindings/arm/shmobile.txt
> > @@ -59,6 +59,8 @@ Boards:
> > compatible = "renesas,bockw", "renesas,r8a7778"
> > - Draak (RTP0RC77995SEB0010S)
> > compatible = "renesas,draak", "renesas,r8a77995"
> > + - Eagle (RTP0RC77970SEB0010S)
> > + compatible = "renesas,eagle", "renesas,r8a77970";
>
> You're not consistent here with the ';'.
>
> Otherwise,
>
> Acked-by: Rob Herring <robh@kernel.org>
Thanks, applied with Rob and Geert's tags and without the ';'.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-09-21 9:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15 19:43 [PATCH v2 6/8] arm64: renesas: document Eagle board bindings Sergei Shtylyov
2017-09-19 7:49 ` Geert Uytterhoeven
2017-09-20 20:52 ` Rob Herring
2017-09-21 9:07 ` 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).