Re: [PATCH v4 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema

2024-01-30 Thread Conor Dooley
On Tue, Jan 30, 2024 at 06:42:04AM +, dharm...@microchip.com wrote: > Hi Conor, > > On 24/01/24 10:10 pm, Conor Dooley wrote: > > On Wed, Jan 24, 2024 at 03:30:16PM +0530, Dharma Balasubiramani wrote: > >> Converted the text bindings to YAML and validated them individually using > >> followin

Re: [PATCH v4 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema

2024-01-29 Thread Dharma.B
Hi Conor, On 24/01/24 10:10 pm, Conor Dooley wrote: > On Wed, Jan 24, 2024 at 03:30:16PM +0530, Dharma Balasubiramani wrote: >> Converted the text bindings to YAML and validated them individually using >> following commands >> >> $ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bi

Re: [PATCH v4 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema

2024-01-24 Thread Conor Dooley
On Wed, Jan 24, 2024 at 03:30:16PM +0530, Dharma Balasubiramani wrote: > Converted the text bindings to YAML and validated them individually using > following commands > > $ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ > $ make dtbs_check DT_SCHEMA_FILES=Documentation/

[PATCH v4 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema

2024-01-24 Thread Dharma Balasubiramani
Converted the text bindings to YAML and validated them individually using following commands $ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ $ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/ changelogs are available in respective patches. As Sam sug