Re: [PATCH] RFC: Example schema files written in Python

2019-05-20 Thread Simon Glass
Hi Rob, On Wed, 8 May 2019 at 13:21, Rob Herring wrote: > > On Mon, Apr 29, 2019 at 5:41 PM Simon Glass wrote: > > > > Most of these are hand-written, but xilinx-xadc.py is auto-generated by > > binding_to_py.py as an example of the use of that tool. > > > > This is part of a proof-of-concept de

Re: [PATCH] RFC: Example schema files written in Python

2019-05-08 Thread Rob Herring
On Mon, Apr 29, 2019 at 5:41 PM Simon Glass wrote: > > Most of these are hand-written, but xilinx-xadc.py is auto-generated by > binding_to_py.py as an example of the use of that tool. > > This is part of a proof-of-concept device-tree validator. See the patch > on the dtc mailing list for details

[PATCH] RFC: Example schema files written in Python

2019-04-29 Thread Simon Glass
Most of these are hand-written, but xilinx-xadc.py is auto-generated by binding_to_py.py as an example of the use of that tool. This is part of a proof-of-concept device-tree validator. See the patch on the dtc mailing list for details: RFC: Python-based device-tree validation Signed-off-by: