Message ID | 1649321104-31322-6-git-send-email-quic_c_sanm@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | USB DWC3 host wake up support from system suspend | expand |
On Thu, Apr 07, 2022 at 02:15:03PM +0530, Sandeep Maheswaram wrote: > Added support for wakeup-source property. This property can be > used to check and power down the phy during system suspend if > wake up is not supported. > > Signed-off-by: Sandeep Maheswaram <quic_c_sanm@quicinc.com> > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > index f4471f8..4d4de2f 100644 > --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml > @@ -341,6 +341,11 @@ properties: > This port is used with the 'usb-role-switch' property to connect the > dwc3 to type C connector. > > + wakeup-source: > + $ref: /schemas/types.yaml#/definitions/flag > + description: > + Enable USB remote wakeup. > + > unevaluatedProperties: false > > required: nit: within the series this patch should be before "dt-bindings: usb: dwc3: Add wakeup-source property support", which makes use of the new property. If you have to re-spin for another reason please change the order. Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml index f4471f8..4d4de2f 100644 --- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml @@ -341,6 +341,11 @@ properties: This port is used with the 'usb-role-switch' property to connect the dwc3 to type C connector. + wakeup-source: + $ref: /schemas/types.yaml#/definitions/flag + description: + Enable USB remote wakeup. + unevaluatedProperties: false required:
Added support for wakeup-source property. This property can be used to check and power down the phy during system suspend if wake up is not supported. Signed-off-by: Sandeep Maheswaram <quic_c_sanm@quicinc.com> --- Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 5 +++++ 1 file changed, 5 insertions(+)