Re: [PATCH 3/3] dt-bindings: phy: Convert UniPhier USB3-PHY conroller to json-schema

From: Rob Herring
Date: Mon May 11 2020 - 22:04:14 EST


On Tue, 28 Apr 2020 15:34:50 +0900, Kunihiko Hayashi wrote:
> Convert the UniPhier USB3-PHY controller for SS/HS to DT schema format.
>
> Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx>
> ---
> .../phy/socionext,uniphier-usb3hs-phy.yaml | 104 +++++++++++++++++++++
> .../phy/socionext,uniphier-usb3ss-phy.yaml | 97 +++++++++++++++++++
> .../bindings/phy/uniphier-usb3-hsphy.txt | 69 --------------
> .../bindings/phy/uniphier-usb3-ssphy.txt | 58 ------------
> 4 files changed, 201 insertions(+), 127 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-usb3hs-phy.yaml
> create mode 100644 Documentation/devicetree/bindings/phy/socionext,uniphier-usb3ss-phy.yaml
> delete mode 100644 Documentation/devicetree/bindings/phy/uniphier-usb3-hsphy.txt
> delete mode 100644 Documentation/devicetree/bindings/phy/uniphier-usb3-ssphy.txt
>

Applied, thanks!