Re: [PATCH v7 07/18] dt-bindings: usb: dwc3: Add a gpio-usb-connector example

From: Bryan O'Donoghue
Date: Wed Mar 04 2020 - 11:24:11 EST


On 04/03/2020 14:57, Rob Herring wrote:
On Tue, 3 Mar 2020 17:11:48 +0000, Bryan O'Donoghue wrote:
A USB connector should be a child node of the USB controller
connector/usb-connector.txt. This patch adds an example of how to do this
to the dwc3 binding descriptions.

It is necessary to declare a connector as a child-node of a USB controller
for role-switching to work, so this example should be helpful to others
implementing that.

Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Mark Rutland <mark.rutland@xxxxxxx>
Cc: linux-usb@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
Acked-by: Felipe Balbi <balbi@xxxxxxxxxx>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx>
---
Documentation/devicetree/bindings/usb/dwc3.txt | 8 ++++++++
1 file changed, 8 insertions(+)


Please add Acked-by/Reviewed-by tags when posting new versions. However,
there's no need to repost patches *only* to add the tags. The upstream
maintainer will do that for acks received on the version they apply.

If a tag was not added on purpose, please state why and what changed.


Yep apologies I forgot to add your

Reviewed-by: Rob Herring <robh@xxxxxxxxxx>

when posting this one