Re: [PATCH 2/8] Makefile: Add support for DT bindings schema checks

2023-12-20 Thread Sumit Garg
On Wed, 20 Dec 2023 at 10:17, Simon Glass wrote: > > Hi Sumit, > > On Thu, 14 Dec 2023 at 06:51, Sumit Garg wrote: > > > > This adds the build infrastructure for checking DT binding schema > > documents and validating dtb files using the binding schema. Here we use > > devicetree-rebasing directo

Re: [PATCH 2/8] Makefile: Add support for DT bindings schema checks

2023-12-19 Thread Simon Glass
Hi Sumit, On Thu, 14 Dec 2023 at 06:51, Sumit Garg wrote: > > This adds the build infrastructure for checking DT binding schema > documents and validating dtb files using the binding schema. Here we use > devicetree-rebasing directory to provide the DT bindings. > > Dependency: > --- > >

[PATCH 2/8] Makefile: Add support for DT bindings schema checks

2023-12-14 Thread Sumit Garg
This adds the build infrastructure for checking DT binding schema documents and validating dtb files using the binding schema. Here we use devicetree-rebasing directory to provide the DT bindings. Dependency: --- The DT schema project must be installed in order to validate the DT schema b