Re: [PATCH] dt-bindings: Merge gpio-usb-b-connector with usb-connector

From: Rob Herring
Date: Fri May 29 2020 - 18:21:58 EST


On Fri, 29 May 2020 20:06:31 +0200, Thierry Reding wrote:
> From: Thierry Reding <treding@xxxxxxxxxx>
>
> The binding for usb-connector is a superset of gpio-usb-b-connector. One
> major difference is that gpio-usb-b-connector requires at least one of
> the vbus-gpios and id-gpios properties to be specified. Merge the two
> bindings by adding the compatible string combination for the GPIO USB-B
> variant and an extra conditional for the required properties list to the
> usb-connector.yaml file.
>
> Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
> ---
> .../bindings/connector/usb-connector.yaml | 39 +++++++++++++++++--
> .../devicetree/bindings/usb/usb-conn-gpio.txt | 30 --------------
> 2 files changed, 35 insertions(+), 34 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/usb/usb-conn-gpio.txt
>

Applied, thanks!