On Fri, 1 Nov 2019 16:19:23 +0900, Yoshihiro Shimoda wrote: > Convert Renesas R-Car generation 3 USB 2.0 PHY bindings documentation > to json-schema. > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > Changes from v1: > - Use const for RZ/G1C's compatible. > - Add resets' descriptions. > - Remove dr_mode descrption. > https://patchwork.kernel.org/patch/11197805/ > > .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 70 -------------- > .../devicetree/bindings/phy/renesas,usb2-phy.yaml | 103 +++++++++++++++++++++ > 2 files changed, 103 insertions(+), 70 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt > create mode 100644 Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>