On Fri, 6 Mar 2020 10:00:45 +0100, Geert Uytterhoeven wrote: > Convert the generic serial interface Device Tree binding documentation > to json-schema. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > v2: > - Update references to serial.txt, > - Fix nodename pattern, > - Add missing maxItems to *-gpios, > - Express that uart-has-rtscts and [cr]ts-gpios are > mutually-exclusive, > - Drop examples. > --- > .../bindings/serial/fsl-imx-uart.txt | 2 +- > .../bindings/serial/renesas,sci-serial.txt | 4 +- > .../devicetree/bindings/serial/serial.txt | 56 --------------- > .../devicetree/bindings/serial/serial.yaml | 71 +++++++++++++++++++ > 4 files changed, 74 insertions(+), 59 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/serial/serial.txt > create mode 100644 Documentation/devicetree/bindings/serial/serial.yaml > Applied, thanks. Rob