[PATCH 2/2] dt-bindings: Check the examples against the schemas

2019-06-13 Thread Rob Herring
Currently, the binding examples are just built with dtc. dtc recently gained the support necessary to output the examples in YAML format (commit 87963ee20693 ("livetree: add missing type markers in generated overlay properties"). Now just switch the output format and the examples will be checked ag

Re: [PATCH 2/2] dt-bindings: Check the examples against the schemas

2019-06-13 Thread Maxime Ripard
On Thu, Jun 13, 2019 at 08:42:10AM -0600, Rob Herring wrote: > Currently, the binding examples are just built with dtc. dtc recently > gained the support necessary to output the examples in YAML format > (commit 87963ee20693 ("livetree: add missing type markers in generated > overlay properties").