Message ID | 52321184.HGKDRaDOBe@wasted.cogentembedded.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Simon Horman |
Headers | show |
On Wed, Jun 01, 2016 at 01:30:39AM +0300, Sergei Shtylyov wrote: > Document the Blanche device tree bindings, listing it as a supported board. > > This allows to use checkpatch.pl to validate .dts files referring to the > Blanche board. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> I think the prefix for patch 11 should be: "ARM: dts: blanche: " It also looks like it could be squashed into patch 12 but I don't feel strongly about that. > --- > 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 > @@ -39,6 +39,8 @@ Boards: > compatible = "renesas,ape6evm", "renesas,r8a73a4" > - Atmark Techno Armadillo-800 EVA > compatible = "renesas,armadillo800eva" > + - Blanche (RTP0RC7792SEB00010S) > + compatible = "renesas,blanche", "renesas,r8a7792" > - BOCK-W > compatible = "renesas,bockw", "renesas,r8a7778" > - Genmai (RTK772100BC00000BR) >
On Wed, Jun 1, 2016 at 12:30 AM, Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > Document the Blanche device tree bindings, listing it as a supported board. > > This allows to use checkpatch.pl to validate .dts files referring to the > Blanche board. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> I can't verify the correctness of the board product ID, though. 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
Hello. On 06/01/2016 02:51 AM, Simon Horman wrote: >> Document the Blanche device tree bindings, listing it as a supported board. >> >> This allows to use checkpatch.pl to validate .dts files referring to the >> Blanche board. >> >> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > I think the prefix for patch 11 should be: "ARM: dts: blanche: " Hm... why? > It also looks like it could be squashed into patch 12 but I don't > feel strongly about that. I'd prefer not to merge them. [...] MBR, Sergei
On Wed, Jun 01, 2016 at 01:30:39AM +0300, Sergei Shtylyov wrote: > Document the Blanche device tree bindings, listing it as a supported board. > > This allows to use checkpatch.pl to validate .dts files referring to the > Blanche board. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Acked-by: Rob Herring <robh@kernel.org>
Index: renesas/Documentation/devicetree/bindings/arm/shmobile.txt =================================================================== --- renesas.orig/Documentation/devicetree/bindings/arm/shmobile.txt +++ renesas/Documentation/devicetree/bindings/arm/shmobile.txt @@ -39,6 +39,8 @@ Boards: compatible = "renesas,ape6evm", "renesas,r8a73a4" - Atmark Techno Armadillo-800 EVA compatible = "renesas,armadillo800eva" + - Blanche (RTP0RC7792SEB00010S) + compatible = "renesas,blanche", "renesas,r8a7792" - BOCK-W compatible = "renesas,bockw", "renesas,r8a7778" - Genmai (RTK772100BC00000BR)
Document the Blanche device tree bindings, listing it as a supported board. This allows to use checkpatch.pl to validate .dts files referring to the Blanche board. Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++ 1 file changed, 2 insertions(+)