On Fri, 29 May 2020 20:06:31 +0200, Thierry Reding wrote: > From: Thierry Reding <tred...@nvidia.com> > > 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 <tred...@nvidia.com> > --- > .../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!