On Wed, 6 Nov 2019 19:34:53 +0900, Yoshihiro Shimoda wrote: > Convert Renesas USB 3.0 Peripheral controller bindings documentation > to json-schema. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > Changes from v1: > - Remove oneOf from compatible. > - Remove comments from reg, interrupts and clocks. > - Add maxItems on phys. > - Remove generic.txt and graph.txt references. > https://patchwork.kernel.org/patch/11205923/ > > .../devicetree/bindings/usb/renesas,usb3-peri.txt | 65 ---------------- > .../devicetree/bindings/usb/renesas,usb3-peri.yaml | 86 ++++++++++++++++++++++ > 2 files changed, 86 insertions(+), 65 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/usb/renesas,usb3-peri.txt > create mode 100644 Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>