On Fri, 1 Nov 2019 16:19:31 +0900, Yoshihiro Shimoda wrote: > Convert Renesas R-Car generation 3 USB 3.0 PHY bindings documentation > to json-schema. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > Changes from v1: > - Remove oneOf from compatible. > - Make renesas,ssc-range values a schema. > https://patchwork.kernel.org/patch/11197807/ > > .../devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 52 --------------- > .../devicetree/bindings/phy/renesas,usb3-phy.yaml | 78 ++++++++++++++++++++++ > 2 files changed, 78 insertions(+), 52 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt > create mode 100644 Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>