Re: [PATCH v3] dt-bindings: display: Convert stm32 display bindings to json-schema

2019-10-14 Thread Rob Herring
On Mon, Oct 14, 2019 at 4:16 AM Benjamin Gaignard wrote: > > Convert the STM32 display binding to DT schema format using json-schema. > Split the original bindings in two yaml files: > - one for display controller (ltdc) > - one for DSI controller > > Signed-off-by: Benjamin Gaignard > --- > chan

[PATCH v3] dt-bindings: display: Convert stm32 display bindings to json-schema

2019-10-14 Thread Benjamin Gaignard
Convert the STM32 display binding to DT schema format using json-schema. Split the original bindings in two yaml files: - one for display controller (ltdc) - one for DSI controller Signed-off-by: Benjamin Gaignard --- changes in v3: - use (GPL-2.0-only OR BSD-2-Clause) license changes in v2: - u