Message ID | 20190123143012.119912-1-chris.brandt@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 58097b0e05c0dc70345c02cd83117f134574024e |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [v2] dt-bindings: arm: renesas: Document RZ/A2M EVB | expand |
On Wed, Jan 23, 2019 at 09:30:12AM -0500, Chris Brandt wrote: > Add the RZ/A2M Evaluation board. > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> > --- > v2: > * 'enum' is supposed to go under 'items' Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman <horms+renesas@verge.net.au> > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml > index 5e9d4864a600..f2ef83d473d6 100644 > --- a/Documentation/devicetree/bindings/arm/renesas.yaml > +++ b/Documentation/devicetree/bindings/arm/renesas.yaml > @@ -30,6 +30,8 @@ properties: > > - description: RZ/A2 (R7S9210) > items: > + - enum: > + - renesas,rza2mevb # RZ/A2M Eval Board (RTK7921053S00000BE) > - const: renesas,r7s9210 > > - description: SH-Mobile AG5 (R8A73A00/SH73A0) > -- > 2.16.1 >
On Wed, Jan 23, 2019 at 8:30 AM Chris Brandt <chris.brandt@renesas.com> wrote: > > Add the RZ/A2M Evaluation board. > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> > --- > v2: > * 'enum' is supposed to go under 'items' > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Rob Herring <robh@kernel.org>
On Thu, Jan 24, 2019 at 07:41:50AM -0600, Rob Herring wrote: > On Wed, Jan 23, 2019 at 8:30 AM Chris Brandt <chris.brandt@renesas.com> wrote: > > > > Add the RZ/A2M Evaluation board. > > > > Signed-off-by: Chris Brandt <chris.brandt@renesas.com> > > --- > > v2: > > * 'enum' is supposed to go under 'items' > > --- > > Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > Reviewed-by: Rob Herring <robh@kernel.org> Thanks, applied for v5.1.
diff --git a/Documentation/devicetree/bindings/arm/renesas.yaml b/Documentation/devicetree/bindings/arm/renesas.yaml index 5e9d4864a600..f2ef83d473d6 100644 --- a/Documentation/devicetree/bindings/arm/renesas.yaml +++ b/Documentation/devicetree/bindings/arm/renesas.yaml @@ -30,6 +30,8 @@ properties: - description: RZ/A2 (R7S9210) items: + - enum: + - renesas,rza2mevb # RZ/A2M Eval Board (RTK7921053S00000BE) - const: renesas,r7s9210 - description: SH-Mobile AG5 (R8A73A00/SH73A0)
Add the RZ/A2M Evaluation board. Signed-off-by: Chris Brandt <chris.brandt@renesas.com> --- v2: * 'enum' is supposed to go under 'items' --- Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ 1 file changed, 2 insertions(+)