On Wed, 05 Jul 2023 17:18:02 +0200, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the Tegra High-Speed UART bindings from the free-form text > format to json-schema. > > While at it, also fix fix the example to reflect the correct compatible > string for Tegra30 chips. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > Changes in v2: > - add note about the corrected example to commit message > - collate all single entry compatibles into an enum > > .../bindings/serial/nvidia,tegra20-hsuart.txt | 73 ---------- > .../serial/nvidia,tegra20-hsuart.yaml | 125 ++++++++++++++++++ > 2 files changed, 125 insertions(+), 73 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.txt > create mode 100644 Documentation/devicetree/bindings/serial/nvidia,tegra20-hsuart.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>