On Thu, 09 Dec 2021 17:53:37 +0100, Thierry Reding wrote: > From: Thierry Reding <treding@xxxxxxxxxx> > > Convert the old plain-text device tree bindings for the USB EHCI > controller found on NVIDIA Tegra SoCs to the json-schema format. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > > --- > Changes in v2: > - include usb-hcd.yaml and usb-drd.yaml > - drop redundant phy_type property > > .../bindings/clock/nvidia,tegra124-car.yaml | 5 + > .../bindings/clock/nvidia,tegra20-car.yaml | 5 + > .../bindings/usb/nvidia,tegra20-ehci.txt | 23 --- > .../bindings/usb/nvidia,tegra20-ehci.yaml | 156 ++++++++++++++++++ > 4 files changed, 166 insertions(+), 23 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.txt > create mode 100644 Documentation/devicetree/bindings/usb/nvidia,tegra20-ehci.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>