On Tue, 18 Aug 2020 11:34:45 +0800, Anson Huang wrote: > Convert the NXP lpuart binding to DT schema format using json-schema. > > Signed-off-by: Anson Huang <Anson.Huang@xxxxxxx> > --- > changes since V2: > - update maintainer, the original owner's email address is no longer valid, > use one of the patch contributors as well as NXP's UART owner as maintainer. > --- > .../devicetree/bindings/serial/fsl-lpuart.txt | 43 ------------ > .../devicetree/bindings/serial/fsl-lpuart.yaml | 79 ++++++++++++++++++++++ > 2 files changed, 79 insertions(+), 43 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/serial/fsl-lpuart.txt > create mode 100644 Documentation/devicetree/bindings/serial/fsl-lpuart.yaml > Applied, thanks!