linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
To: Rob Herring <robh+dt@kernel.org>
Cc: "Mark Rutland" <mark.rutland@arm.com>,
	"Simon Horman" <horms@verge.net.au>,
	"Magnus Damm" <magnus.damm@gmail.com>,
	"Thierry Reding" <treding@nvidia.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Jonathan Cameron" <Jonathan.Cameron@huawei.com>,
	"Kevin Hilman" <khilman@baylibre.com>,
	"Jagan Teki" <jagan@amarulasolutions.com>,
	"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
	"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
	"open list:MEDIA DRIVERS FOR RENESAS - FCP"
	<linux-renesas-soc@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Chris Paterson" <Chris.Paterson2@renesas.com>,
	"Biju Das" <biju.das@bp.renesas.com>,
	"xu_shunji@hoperun.com" <xu_shunji@hoperun.com>
Subject: RE: [PATCH 2/2] dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards
Date: Wed, 15 May 2019 16:20:51 +0000	[thread overview]
Message-ID: <TY1PR01MB17709902D813EB99E16FE6D2C0090@TY1PR01MB1770.jpnprd01.prod.outlook.com> (raw)
In-Reply-To: <CAL_JsqLB+7-x8i=MDpZuW0ebg5BBLJ+Y3gruf40zFSNv8_42Xg@mail.gmail.com>

Hello Rob,

Thank you for your feedback!

> From: Rob Herring <robh+dt@kernel.org>
> Sent: 15 May 2019 14:42
> Subject: Re: [PATCH 2/2] dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards
> 
> On Wed, May 15, 2019 at 6:45 AM Fabrizio Castro
> <fabrizio.castro@bp.renesas.com> wrote:
> >
> > This patch adds board HiHope RZ/G2M (the main board, powered by
> > the R8A774A1) and board HiHope RZ/G2 EX (the expansion board
> > that sits on top of the HiHope RZ/G2M). Both boards are made
> > by Jiangsu HopeRun Software Co., Ltd. (a.k.a. HopeRun).
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Chris Paterson <Chris.Paterson2@renesas.com>
> >
> > ---
> > Useful links:
> > http://hihope.org/product/detail/rzg2
> > https://item.taobao.com/item.htm?spm=a2oq0.12575281.0.0.6bcf1debQpzkRS&ft=t&id=592177498472
> > http://www.hoperun.com/Cn/news/id/379
> >
> > We already know that the HiHope RZ/G2 EX will also sit on the
> > HiHope RZ/G2N, even though the HiHope RZ/G2N doesn't exist just
> > yet.
> 
> Seems like useful into to put in the commit msg.

Ok, will move the notes to the commit msg then for v2.

> 
> > ---
> >  Documentation/devicetree/bindings/arm/renesas.yaml | 8 ++++++++
> >  1 file changed, 8 insertions(+)
> >
> > diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml
> > index 19f3798..95302b9 100644
> > --- a/Documentation/devicetree/bindings/arm/renesas.yaml
> > +++ b/Documentation/devicetree/bindings/arm/renesas.yaml
> > @@ -106,6 +106,14 @@ properties:
> >
> >        - description: RZ/G2M (R8A774A1)
> >          items:
> > +          - enum:
> > +              - hoperun,hihope-rzg2m # HopeRun HiHope RZ/G2M platform
> > +          - const: renesas,r8a774a1
> > +
> > +        items:
> 
> Did you run this thru the checks because this isn't valid json-schema.
> You can't have same keyword twice. This 'items' needs to be another
> list entry (i.e. add a '-').

Oops, sorry about that. Will fix in v2.

Thanks,
Fab

> 
> > +          - enum:
> > +              - hoperun,hihope-rzg2-ex # HopeRun expansion board for HiHope RZ/G2 platforms
> > +          - const: hoperun,hihope-rzg2m
> >            - const: renesas,r8a774a1
> >
> >        - description: RZ/G2E (R8A774C0)
> > --
> > 2.7.4
> >

      reply	other threads:[~2019-05-15 16:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-15 11:44 [PATCH 0/2] Document HopeRun RZ/G2M boards Fabrizio Castro
2019-05-15 11:44 ` [PATCH 1/2] dt-bindings: Add vendor prefix for HopeRun Fabrizio Castro
2019-05-16 11:19   ` Simon Horman
2019-05-15 11:44 ` [PATCH 2/2] dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards Fabrizio Castro
2019-05-15 13:42   ` Rob Herring
2019-05-15 16:20     ` Fabrizio Castro [this message]

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=TY1PR01MB17709902D813EB99E16FE6D2C0090@TY1PR01MB1770.jpnprd01.prod.outlook.com \
    --to=fabrizio.castro@bp.renesas.com \
    --cc=Chris.Paterson2@renesas.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=afaerber@suse.de \
    --cc=biju.das@bp.renesas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=horms@verge.net.au \
    --cc=jagan@amarulasolutions.com \
    --cc=khilman@baylibre.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=mark.rutland@arm.com \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=robh+dt@kernel.org \
    --cc=treding@nvidia.com \
    --cc=xu_shunji@hoperun.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 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).