On Fri, 1 Nov 2019 15:32:16 +0100, Maxime Ripard wrote: > The Allwinner SoCs have an mUSB controller that is supported in Linux, with > a matching Device Tree binding. > > Now that we have the DT validation in place, let's convert the device tree > bindings for that controller over to a YAML schemas. > > Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx> > > --- > > Changes from v1: > - Merged compatible entries together > --- > .../bindings/usb/allwinner,sun4i-a10-musb.txt | 28 ----- > .../usb/allwinner,sun4i-a10-musb.yaml | 100 ++++++++++++++++++ > 2 files changed, 100 insertions(+), 28 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.txt > create mode 100644 Documentation/devicetree/bindings/usb/allwinner,sun4i-a10-musb.yaml > Applied, thanks. Rob