From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Wed, 23 Jan 2019 09:15:06 -0600 References: <20190123134833.119031-1-chris.brandt@renesas.com> In-Reply-To: Message-ID: Subject: Re: [PATCH] dt-bindings: arm: renesas: Document RZ/A2M EVB From: Rob Herring Content-Type: text/plain; charset="UTF-8" To: Chris Brandt Cc: Simon Horman , Mark Rutland , "devicetree@vger.kernel.org" , "open list:MEDIA DRIVERS FOR RENESAS - FCP" List-ID: On Wed, Jan 23, 2019 at 8:09 AM Chris Brandt wrote: > > On Wednesday, January 23, 2019, Rob Herring wrote: > > 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 > > I can't find 'dt_binding_check' (I guess it's only in the DT tree). It's a make target added in 5.0-rc1. You need 'yaml-bindings' installed. See Documentation/devicetree/writing-schemas.md for details. Rob