Re: [PATCH V4] dt-bindings: gpu: Convert v3d to json-schema

2021-01-25 Thread Rob Herring
On Wed, 13 Jan 2021 20:08:37 +0100, Stefan Wahren wrote: > This converts the v3d bindings to yaml format. > > Signed-off-by: Stefan Wahren > --- > > Changes in V4: > - define order for required reg-names > - adapt example > > Changes in V3: > - drop redundant maxItems in case we already have it

Re: [PATCH V4] dt-bindings: gpu: Convert v3d to json-schema

2021-01-16 Thread Nicolas Saenz Julienne
On Wed, 2021-01-13 at 20:08 +0100, Stefan Wahren wrote: > This converts the v3d bindings to yaml format. > > Signed-off-by: Stefan Wahren > --- Reviewed-by: Nicolas Saenz Julienne Regards, Nicolas > > Changes in V4: > - define order for required reg-names > - adapt example > > Changes in V3

Re: [PATCH V4] dt-bindings: gpu: Convert v3d to json-schema

2021-01-15 Thread Maxime Ripard
On Wed, Jan 13, 2021 at 08:08:37PM +0100, Stefan Wahren wrote: > This converts the v3d bindings to yaml format. > > Signed-off-by: Stefan Wahren Acked-by: Maxime Ripard Thanks! Maxime signature.asc Description: PGP signature ___ dri-devel mailing li

[PATCH V4] dt-bindings: gpu: Convert v3d to json-schema

2021-01-13 Thread Stefan Wahren
This converts the v3d bindings to yaml format. Signed-off-by: Stefan Wahren --- Changes in V4: - define order for required reg-names - adapt example Changes in V3: - drop redundant maxItems in case we already have items defined - fix order of reg-names enum - tag required items in description -