Re: [PATCH v2 2/8] dt-bindings: serial: fsl-linflexuart: convert to json-schema format
From: Rob Herring <robh@kernel.org>
Date: 2021-09-20 22:34:10
Also in:
linux-arm-kernel, linux-serial, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-09-20 22:34:10
Also in:
linux-arm-kernel, linux-serial, lkml
On Wed, 08 Sep 2021 14:45:22 +0800, Chester Lin wrote:
Convert the FSL LINFlexD UART binding to json-schema. Signed-off-by: Chester Lin <redacted> Reviewed-by: Andreas Färber <afaerber@suse.de> --- Changes in v2: - Drop the specific description "S32V234 SoC". - Fill my name in the maintainer field. I tried to contact the authors of fsl,s32-linflexuart.txt but got no response. .../bindings/serial/fsl,s32-linflexuart.txt | 22 --------- .../bindings/serial/fsl,s32-linflexuart.yaml | 46 +++++++++++++++++++ 2 files changed, 46 insertions(+), 22 deletions(-) delete mode 100644 Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt create mode 100644 Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.yaml
Reviewed-by: Rob Herring <robh@kernel.org>