On Wed, Jan 23, 2019 at 7:48 AM Chris Brandt <chris.brandt@xxxxxxxxxxx> wrote: > > Add the RZ/A2M Evaluation board. > > Signed-off-by: Chris Brandt <chris.brandt@xxxxxxxxxxx> > --- > 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..474eb2647829 100644 > --- a/Documentation/devicetree/bindings/arm/renesas.yaml > +++ b/Documentation/devicetree/bindings/arm/renesas.yaml > @@ -29,6 +29,8 @@ properties: > - const: renesas,r7s72100 > > - description: RZ/A2 (R7S9210) > + - enum: > + - renesas,rza2mevb # RZ/A2M Eval Board (RTK7921053S00000BE) Please check your changes with 'dt_binding_check' target. This will fail. 'description' already has a value, so you can't add a list to it. And description has to be a string. > items: Move the 2 lines here. > - const: renesas,r7s9210 > > -- > 2.16.1 >