linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB
@ 2019-01-23 14:30 Chris Brandt
  2019-01-24 10:03 ` Simon Horman
  2019-01-24 13:41 ` Rob Herring
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Brandt @ 2019-01-23 14:30 UTC (permalink / raw)
  To: Simon Horman, Rob Herring, Mark Rutland
  Cc: devicetree, linux-renesas-soc, Chris Brandt

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(+)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB
  2019-01-23 14:30 [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB Chris Brandt
@ 2019-01-24 10:03 ` Simon Horman
  2019-01-24 13:41 ` Rob Herring
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-01-24 10:03 UTC (permalink / raw)
  To: Chris Brandt; +Cc: Rob Herring, Mark Rutland, devicetree, linux-renesas-soc

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
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB
  2019-01-23 14:30 [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB Chris Brandt
  2019-01-24 10:03 ` Simon Horman
@ 2019-01-24 13:41 ` Rob Herring
  2019-01-25 10:24   ` Simon Horman
  1 sibling, 1 reply; 4+ messages in thread
From: Rob Herring @ 2019-01-24 13:41 UTC (permalink / raw)
  To: Chris Brandt
  Cc: Simon Horman, Mark Rutland, devicetree,
	open list:MEDIA DRIVERS FOR RENESAS - FCP

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB
  2019-01-24 13:41 ` Rob Herring
@ 2019-01-25 10:24   ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2019-01-25 10:24 UTC (permalink / raw)
  To: Rob Herring
  Cc: Chris Brandt, Mark Rutland, devicetree,
	open list:MEDIA DRIVERS FOR RENESAS - FCP

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-01-25 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-23 14:30 [PATCH v2] dt-bindings: arm: renesas: Document RZ/A2M EVB Chris Brandt
2019-01-24 10:03 ` Simon Horman
2019-01-24 13:41 ` Rob Herring
2019-01-25 10:24   ` 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).