On Tue, 15 Oct 2019 14:31:51 +0200, 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 <benjamin.gaignard@xxxxxx> > --- > changes in v4: > - describe interruptions items > - remove unit address from port property > - remove dma-ranges (DT patches send too) > > changes in v3: > - use (GPL-2.0-only OR BSD-2-Clause) license > > changes in v2: > - use BSD-2-Clause license > - add panel property > - fix identation > - remove pinctrl-names: true > - remove pinctrl-[0-9]+: true > - rework ports block to include port@0 and port@1 > - use const for #adress-cells and #size-cells > - add additionalProperties: false > .../devicetree/bindings/display/st,stm32-dsi.yaml | 151 +++++++++++++++++++++ > .../devicetree/bindings/display/st,stm32-ltdc.txt | 144 -------------------- > .../devicetree/bindings/display/st,stm32-ltdc.yaml | 81 +++++++++++ > 3 files changed, 232 insertions(+), 144 deletions(-) > create mode 100644 Documentation/devicetree/bindings/display/st,stm32-dsi.yaml > delete mode 100644 Documentation/devicetree/bindings/display/st,stm32-ltdc.txt > create mode 100644 Documentation/devicetree/bindings/display/st,stm32-ltdc.yaml > Applied, thanks. Rob