Re: [PATCH v3] dt-bindings: usb: Convert DWC2 bindings to json-schema

From: Rob Herring
Date: Wed Jan 08 2020 - 15:49:52 EST


On Tue, 7 Jan 2020 10:16:30 +0100, Benjamin Gaignard wrote:
> Convert DWC2 bindings to DT schema format using json-schema.
> DWC2 is widely use but a couple of compatibles and properties
> (vusb_d-supply,vusb_a-supply) were missing in dwc2.txt, the
> patch add them.
>
> Signed-off-by: Benjamin Gaignard <benjamin.gaignard@xxxxxx>
> ---
> CC: Minas Harutyunyan <hminas@xxxxxxxxxxxx>
> CC: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> changes in version 3:
> - put Rob Herring as maintainer
> - change the example to use one of the listed compatible
>
> changes in version 2:
> - put Minas Harutyunyan <hminas@xxxxxxxxxxxx> as maintainer
> - remove type and description from phy property
> - remove description from compatible items
> - simplify samsung,s3c6400-hsotg compatible handling
>
> Documentation/devicetree/bindings/usb/dwc2.txt | 64 ----------
> Documentation/devicetree/bindings/usb/dwc2.yaml | 151 ++++++++++++++++++++++++
> 2 files changed, 151 insertions(+), 64 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/usb/dwc2.txt
> create mode 100644 Documentation/devicetree/bindings/usb/dwc2.yaml
>

Applied, thanks.

Rob